Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions api-reference/openapi/social.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down