Update an Article
PUT
Update an Article
Introduction
Please note that only the ones with sourcesiit or external can use that endpoint as the other sources are managed directly by the integrations
Usage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UID of the Article
Body
application/json
Request body for creating or updating an Article. Pass UIDs (not objects) for relationship fields.
please use "body_markdown" instead
Content of the article, as markdown. Takes precedence over body when both are provided.
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
200 - application/json
Successful
Update an Article

