Rest API
Deny every staged change in a task
POST /api/v1/wiki/tasks/{taskId}/deny-all
POST
/api/v1/wiki/tasks/{taskId}/deny-all
Discard all unresolved changes in one content library suggestion task.
Notes
- Runs synchronously and reports how many changes it denied and the task’s resulting state
- Grouped changes are denied once per group, so
changesDeniedcounts groups rather than individual edits
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” taskId
required
string
Header Parameters
Section titled “Header Parameters ” x-api-key
required
string
Your API key from account settings.
x-user-email
required
string
The email address of your user.
x-account-id
required
string
The ID of your account. You can find this in the account settings.
x-website-id
required
string
The ID of the workspace you want to use.
Responses
Section titled “ Responses ”The changes were denied.
object
changesDenied
number
taskState
string
Unauthorized - invalid API key.
Bad request - missing taskId, or the task is not a content library suggestion.