Rest API
Deny several suggestion tasks
POST /api/v1/wiki/tasks/bulk-deny
POST
/api/v1/wiki/tasks/bulk-deny
Discard every unresolved change across a list of content library suggestion tasks.
Notes
- Runs synchronously and reports how many tasks it processed
- A task id that is not a content library suggestion is skipped rather than rejected, so
tasksDeniedcan be lower than the number of ids you sent
Parameters
Section titled “ Parameters ”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.
Request Body required
Section titled “Request Body required ”object
taskIds
required
Array<string>
Example
{ "taskIds": [ "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ]}Responses
Section titled “ Responses ”The tasks were processed.
object
tasksDenied
number
Unauthorized - invalid API key.
Bad request - taskIds was missing or empty.