diff --git a/docs/openapi.json b/docs/openapi.json index 12b6ddad..90c6ab2f 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -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",