PUT {{baseUrl}}/km/kbs/:kbId/articles/:articleId
Update a knowledge base article. Scopes: Rate Limit Label: zva:write:km_kbs
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"kb_id": "<string>",
"category": "<string>",
"title": "<string>",
"url": "<string>",
"created_at": "<dateTime>",
"updated_at": "<dateTime>",
"exclude": "<boolean>",
"language": "zh-CN",
"external_id": "<string>",
"content": "<string>"
} |
ENDPOINTS