Skip to content

Rest API

Accept several suggestion tasks

POST
/api/v1/wiki/tasks/bulk-accept

Accept every unresolved change across a list of content library suggestion tasks.

Notes

  • Answers 202 and runs asynchronously
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 bulk accept was started.

Unauthorized - invalid API key.

Bad request - taskIds was missing or empty.