Update an Article
PUT
Update an Article
Introduction
Please note that:- only the ones with source
siitorexternalcan use that endpoint as the other sources are managed directly by the integrations - only articles created via api (ie. source
externalcan edit their body via the api)
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.
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
200 - application/json
Successful
Update an Article

