Skip to content

/v1/livechat/sources/{sourceId}/articles/{slug} (PUT)

PUT
/v1/livechat/sources/{sourceId}/articles/{slug}
curl --request PUT \
--url https://example.com/v1/livechat/sources/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/articles/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "title": "example", "content": "example", "format": "example" }'
sourceId
required
string format: uuid
slug
required
string
object
title
string
nullable
content
string
nullable
format
string
nullable
Example generated
{
"title": "example",
"content": "example",
"format": "example"
}

OK