Appearance
Update blog connection
PATCH
/api/v1/blog-connections/{connection_id}
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
connection_id*
Type
Requiredstring
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"
}