Doc: add param fields in v2 get_all (#2268)

This commit is contained in:
Dev Khant
2025-02-27 15:49:57 +05:30
committed by GitHub
parent 308e79bb68
commit ff4510f83d

View File

@@ -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",