From 9777e75f0eb1b9022a59cdf086e0d45cc95cad0b Mon Sep 17 00:00:00 2001 From: Sweets Sweetman Date: Thu, 18 Jun 2026 15:31:40 -0500 Subject: [PATCH] docs: document X (Twitter) + LinkedIn connectors (chat#1793) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `twitter` and `linkedin` to the connectors contract so the connectors endpoints document both new platforms. Additive description edits only — no schema/structure changes. Contract leads the docs→api merge order for chat#1793. Co-Authored-By: Claude Opus 4.8 (1M context) --- 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 ca71a4bf..bd543f85 100644 --- a/api-reference/openapi/social.json +++ b/api-reference/openapi/social.json @@ -578,7 +578,7 @@ "/api/connectors": { "get": { "security": [{ "apiKeyAuth": [] }, { "bearerAuth": [] }], - "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.", + "description": "List available connectors and their connection status. Returns all supported third-party integrations (e.g., Google Sheets, TikTok, YouTube, X (Twitter), LinkedIn) along with whether they are currently connected.", "parameters": [ { "name": "account_id", @@ -1108,7 +1108,7 @@ "properties": { "connector": { "type": "string", - "description": "The connector slug to authorize (e.g., 'googlesheets', 'tiktok', 'youtube')" + "description": "The connector slug to authorize (e.g., 'googlesheets', 'tiktok', 'youtube', 'twitter', 'linkedin')" }, "callback_url": { "type": "string", @@ -1260,7 +1260,7 @@ "properties": { "slug": { "type": "string", - "description": "Unique identifier for the connector (e.g., 'googlesheets', 'tiktok', 'youtube')" + "description": "Unique identifier for the connector (e.g., 'googlesheets', 'tiktok', 'youtube', 'twitter', 'linkedin')" }, "name": { "type": "string", @@ -2238,7 +2238,7 @@ }, "connectorSlug": { "type": "string", - "description": "Slug of the parent connector this action belongs to (e.g. 'googlesheets', 'tiktok', 'youtube'). Matches the `slug` returned by GET /api/connectors." + "description": "Slug of the parent connector this action belongs to (e.g. 'googlesheets', 'tiktok', 'youtube', 'twitter', 'linkedin'). Matches the `slug` returned by GET /api/connectors." }, "isConnected": { "type": "boolean",