Skip to content

Update Internal Article Request Payload

You can Update an Internal Article

titlestring

The title of the article.

Example:"Thanks for everything"
bodystring

The content of the article.

author_idinteger

The id of the author of the article.

Example:1295
owner_idinteger

The id of the author of the article.

Example:1295
{ "title": "Thanks for everything", "body": "string", "author_id": 1295, "owner_id": 1295 }