cURL
curl --request PATCH \ --url https://api.siit.io/v1/articles/{uid}/archive \ --header 'Authorization: Bearer <token>'
{ "result": { "uid": "<string>", "title": "<string>", "subtitle": "<string>", "source": "external", "author_uid": "<string>", "last_editor_uid": "<string>", "published": true, "external_url": "<string>", "body": "<string>", "category_uid": "<string>", "category": { "uid": "<string>", "name": "<string>" }, "archived_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } }
Allows archiving a draft article.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UID of the Article
Successful
The response is of type object.
object