Skip to content

Commit bc462cd

Browse files
committedJun 13, 2012
#13900: Improve documentation for mc_project_get_issues and similar
1 parent 92d6ae2 commit bc462cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎api/soap/mantisconnect.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@
12071207
),
12081208
$t_namespace,
12091209
false, false, false,
1210-
'Get the issues that match the specified project id and paging details.'
1210+
'Get the issues that match the specified project id and paging details. Pass "-1" for the per_page parameter to get all issues.'
12111211
);
12121212

12131213
### mc_project_get_issue_headers
@@ -1224,7 +1224,7 @@
12241224
),
12251225
$t_namespace,
12261226
false, false, false,
1227-
'Get the issue headers that match the specified project id and paging details.'
1227+
'Get the issue headers that match the specified project id and paging details. Pass "-1" for the per_page parameter to get all issues.'
12281228
);
12291229

12301230
### mc_project_get_users
@@ -1545,7 +1545,7 @@
15451545
),
15461546
$t_namespace,
15471547
false, false, false,
1548-
'Get the issues that match the specified filter and paging details.'
1548+
'Get the issues that match the specified filter and paging details. Pass "-1" for the per_page parameter to get all issues.'
15491549
);
15501550

15511551
### mc_filter_get_issue_headers
@@ -1563,7 +1563,7 @@
15631563
),
15641564
$t_namespace,
15651565
false, false, false,
1566-
'Get the issue headers that match the specified filter and paging details.'
1566+
'Get the issue headers that match the specified filter and paging details. Pass "-1" for the per_page parameter to get all issues.'
15671567
);
15681568

15691569
### mc_config_get_string

0 commit comments

Comments
 (0)
Please sign in to comment.