Skip to content

Commit

Permalink
ClientsAction: Remove unknown "inactive" filter from doc
Browse files Browse the repository at this point in the history
Follows-up 1a3946a.
  • Loading branch information
Krinkle committed Jul 10, 2017
1 parent 08e2ea6 commit 6cfdc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/actions/ClientsAction.php
Expand Up @@ -16,7 +16,7 @@ class ClientsAction extends Action {
* @actionParam string sort_dir: [optional]
* Must be one of "asc" (ascending) or "desc" (decending). Defaults to "asc".
* @actionParam string include: [optional] What filter to apply.
* Must be one of "all", "active" or "inactive". Defaults to "active".
* Must be one of "all" or "active". Defaults to "active".
* @actionParam string item: Fetch only information from clients by this name.
*/
public function doAction() {
Expand Down

0 comments on commit 6cfdc0c

Please sign in to comment.