Skip to content

Commit

Permalink
Doc: add param fields in v2 get_all (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Khant authored Feb 27, 2025
1 parent 308e79b commit ff4510f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,15 @@
"style": "deepObject",
"explode": true
},
{
"name": "fields",
"in": "query",
"schema": {
"type": "array",
"items": {"type": "string"}
},
"description": "A list of field names to include in the response. If not provided, all fields will be returned."
},
{
"name": "org_id",
"in": "query",
Expand Down

0 comments on commit ff4510f

Please sign in to comment.