Skip to content

Create Internal Article Request Payload

You can create an Internal Article

titlestringrequired

The title of the article.

Example:"Thanks for everything"
bodystring

The content of the article.

Example:"<p>This is the body in html</p>"
author_idintegerrequired

The id of the author of the article.

Example:1295
owner_idintegerrequired

The id of the owner of the article.

Example:1295
{ "title": "Thanks for everything", "body": "<p>This is the body in html</p>", "author_id": 1295, "owner_id": 1295 }