Skip to content
Snippets Groups Projects
Commit 68115618 authored by Eileen's avatar Eileen
Browse files

API Metadata, document field type

parent 79828a2d
Branches
Tags
No related merge requests found
......@@ -154,7 +154,8 @@ function _civicrm_api3_membership_create_spec(&$params) {
'title' => 'Skip status calculation. By default this is 0 if id is not set and 1 if it is set.'
);
$params['num_terms'] = array(
'title' => 'Number of terms to add/renew. If this parameter is passed, dates will be calculated automatically. If no id is passed (new membership) and no dates are given, num_terms will be assumed to be 1.'
'title' => 'Number of terms to add/renew. If this parameter is passed, dates will be calculated automatically. If no id is passed (new membership) and no dates are given, num_terms will be assumed to be 1.',
'type' => CRM_Utils_Type::T_INT,
);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment