assistant_api
Notify when the task has finished
Does not need bruteforce protection since we respond with success anyways as we don't want to keep the front-end waiting. However, we still use rate limiting to prevent timing attacks.
post/ocs/v2.php/apps/assistant/api/{apiVersion}/task/{ocpTaskId}/notify
Path parameters
apiVersion'v1' required
ocpTaskIdinteger required
ID of the target task
Headers
OCS-APIRequestboolean required
Required to be true for the API request to pass
Response
Ready notification enabled successfully