Rest API
Accept, deny or retry one staged change
PATCH /api/v1/wiki/tasks/{taskId}/changes/{changeId}
PATCH
/api/v1/wiki/tasks/{taskId}/changes/{changeId}
Act on a single change inside a content library suggestion task.
Notes
acceptwrites the change to the library,denydiscards it,retryre-runs a change that failed to applyacceptanddenyanswer200with the task’s new state.retryanswers202, because it runs asynchronously
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” taskId
required
string
changeId
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.
Request Body required
Section titled “Request Body required ”object
action
required
string
Example
{ "action": "accept"}Responses
Section titled “ Responses ”The change was accepted or denied.
object
changeId
string
changeStatus
string
taskState
string
A retry was started.
object
changeId
string
changeStatus
string
Unauthorized - invalid API key.
Bad request - missing ids, an invalid action, or the task is not a content library suggestion.