Request Article Changes
AuthorizationBearer <token>
In: header
Path Parameters
article_id*Article Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
note*Note
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/kb/articles/string/request-changes" \ -H "Content-Type: application/json" \ -d '{ "note": "string" }'{
"article_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"decisions": [
{}
],
"id": "string",
"resolved_at": "2019-08-24T14:15:22Z",
"status": "string",
"submitted_by": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}