Skip to content

Commit

Permalink
Corrected tag_id parameter description to refer cases instead of acti…
Browse files Browse the repository at this point in the history
  • Loading branch information
kainuk committed Aug 24, 2018
1 parent 8419825 commit cde84d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v3/Case.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function _civicrm_api3_case_get_spec(&$params) {
);
$params['tag_id'] = array(
'title' => 'Tags',
'description' => 'Find activities with specified tags.',
'description' => 'Find cases with specified tags.',
'type' => 1,
'FKClassName' => 'CRM_Core_DAO_Tag',
'FKApiName' => 'Tag',
Expand Down

0 comments on commit cde84d6

Please sign in to comment.