Create an Article
POST
Create an Article
Introduction
This endpoint allows you to create a new article. Please note that those will have asource marked as external and can only be managed through the API.
- Articles created via this endpoint will be automatically
published, and thus might be picked by the Siit Bot. - Category will be the default one when not provided.
Usage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request body for creating or updating an Article. Pass UIDs (not objects) for relationship fields.
Text content of the article
URL that the article redirects to
The category of this article. Pass the UID of the related object.
The user who creates the article (only honored on create — defaults to current user). Pass the UID of the related object.
Response
201 - application/json
Article created
Create an Article

