Skip to content

Rest API

Deny several suggestion tasks

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 tasksDenied can be lower than the number of ids you sent
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.

object
taskIds
required
Array<string>
>= 1 items
Example
{
"taskIds": [
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
}

The tasks were processed.

object
tasksDenied
number

Unauthorized - invalid API key.

Bad request - taskIds was missing or empty.