From f114aaccc4b607dd3b17ec239b4e28764acdfbf8 Mon Sep 17 00:00:00 2001 From: Arpit Gupta Date: Thu, 30 Apr 2026 05:39:39 +0530 Subject: [PATCH] docs(openapi): add youtube to connector-slug examples in social.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Connector example slug strings in /api/connectors descriptions (`AuthorizeConnectorRequest.connector`, `ConnectorInfo.slug`, `ConnectorAction.connectorSlug`) are now `'googlesheets', 'tiktok', 'youtube'` to match the Composio toolkits actually wired up. No spec changes — pure example-list refresh. --- api-reference/openapi/social.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/openapi/social.json b/api-reference/openapi/social.json index 3586329..23cfc96 100644 --- a/api-reference/openapi/social.json +++ b/api-reference/openapi/social.json @@ -607,7 +607,7 @@ }, "/api/connectors": { "get": { - "description": "List available connectors and their connection status. Returns all supported third-party integrations (e.g., Google Sheets, TikTok) along with whether they are currently connected.", + "description": "List available connectors and their connection status. Returns all supported third-party integrations (e.g., Google Sheets, TikTok, YouTube) along with whether they are currently connected.", "parameters": [ { "name": "account_id", @@ -1133,7 +1133,7 @@ "properties": { "connector": { "type": "string", - "description": "The connector slug to authorize (e.g., 'googlesheets', 'tiktok')" + "description": "The connector slug to authorize (e.g., 'googlesheets', 'tiktok', 'youtube')" }, "callback_url": { "type": "string", @@ -1285,7 +1285,7 @@ "properties": { "slug": { "type": "string", - "description": "Unique identifier for the connector (e.g., 'googlesheets', 'tiktok')" + "description": "Unique identifier for the connector (e.g., 'googlesheets', 'tiktok', 'youtube')" }, "name": { "type": "string", @@ -2263,7 +2263,7 @@ }, "connectorSlug": { "type": "string", - "description": "Slug of the parent connector this action belongs to (e.g. 'googlesheets', 'tiktok'). Matches the `slug` returned by GET /api/connectors." + "description": "Slug of the parent connector this action belongs to (e.g. 'googlesheets', 'tiktok', 'youtube'). Matches the `slug` returned by GET /api/connectors." }, "isConnected": { "type": "boolean",