From 3107701800e72873c98c88a389fcde1a11f9e3ac Mon Sep 17 00:00:00 2001 From: sk-portkey Date: Wed, 16 Sep 2026 14:07:56 +0530 Subject: [PATCH] chore: support tags in integrations --- openapi.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 2740c97e..c03bb5a7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -11723,7 +11723,12 @@ paths: enum: [workspace, organisation, all] default: all description: For type=workspace, the API will only return Workpace-Scoped integrations. For type=organisation, the API will only return Global (organisation level) integrations. For type=all, both types of integrations will be returned. - + - in: query + name: tags + schema: + type: string + description: Filter integrations by tags. A JSON-encoded object of key-value pairs, e.g. `{"env":"prod"}`. + responses: "200": description: Successful response @@ -33414,6 +33419,12 @@ components: title: Cortex - $ref: '#/components/schemas/CustomHostConfiguration' title: Custom Base URL + tags: + type: object + additionalProperties: + type: string + nullable: true + description: Key-value tags to associate with the integration. create_default_provider: type: boolean default: true @@ -33472,6 +33483,12 @@ components: title: Cortex - $ref: '#/components/schemas/CustomHostConfiguration' title: Custom Base URL + tags: + type: object + additionalProperties: + type: string + nullable: true + description: Key-value tags to associate with the integration. secret_mappings: type: array items: