From ff4510f83d9d51898572ad0eaf0fd43184fae705 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 27 Feb 2025 15:49:57 +0530 Subject: [PATCH] Doc: add param fields in v2 get_all (#2268) --- docs/openapi.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/openapi.json b/docs/openapi.json index 12b6ddada5..90c6ab2fa4 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",