curl --request PATCH \
--url https://api.siit.io/v1/articles/{uid}/unpublish \
--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"
}
}curl --request PATCH \
--url https://api.siit.io/v1/articles/{uid}/unpublish \
--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"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The UID of the Article
Successful
Show child attributes
The UID of the Equipment
guru, siit, external, confluence, notion, slab, slack UID of the User who created the article
UID of the User who last edited the article
Indicates if the Article is published
URL that the article redirects to
Text content of the article
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")