v1
latestOpenAPI 3.0.02026-07-2417611.8 MBAuthoring changes
Bulk retire items.
Use the /changes/status/retire endpoint to change the status of multiple items to the retired state. Currently, only Assets and Content support workflow states. For examples of request, see the documentation for changes/status/ready endpoint. <br />User roles: admin, manager, editor
post/authoring/v1/changes/status/retire
Request body
Example request
{
"ids": [
{
"id": "579c2232-7398-4c8b-921d-3932bfc45d19",
"classification": "content",
"rev": "2-c39187c4e3c5a69fb6a2b989aaf48330"
}
]
}Response
See the status field to determine whether the request was successful.
Example response
{
"missing": [
"content:a",
"content:b"
],
"genericErrors": [
"content:c",
"content:d"
],
"userErrors": [
"content:e",
"content:f"
],
"successful": [
"content:g",
"content:h"
]
}