Skip to content

Update blog connection

PATCH
/api/v1/blog-connections/{connection_id}

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

connection_id*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
"name": "string",
"site_url": "string",
"username": "string",
"app_password": "string",
"is_active": true
}

Responses

Successful Response

application/json
JSON
{
"id": "string",
"name": "string",
"site_url": "string",
"username": "string",
"is_active": true,
"has_categories": false,
"categories_cached_at": "string",
"last_synced_at": "string",
"created_at": "string",
"updated_at": "string"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation