Skip to content

Commit

Permalink
Fix tag queyr param in lists.md (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Sep 5, 2024
1 parent 51e3f17 commit 06e4983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/content/apis/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Retrieve lists.
|:---------|:---------|:---------|:-----------------------------------------------------------------|
| query | string | | string for list name search. |
| status | []string | | Status to filter lists. Repeat in the query for multiple values. |
| tags | []string | | Tags to filter lists. Repeat in the query for multiple values. |
| tag | []string | | Tags to filter lists. Repeat in the query for multiple values. |
| order_by | string | | Sort field. Options: name, status, created_at, updated_at. |
| order | string | | Sorting order. Options: ASC, DESC. |
| page | number | | Page number for pagination. |
Expand Down

0 comments on commit 06e4983

Please sign in to comment.