Mass edit job
Each mass edit job is represented by a mass edit job resource. This resource can be used to retrieve the state of the job, or to cancel it.
The following methods are supported: GET, HEAD, PUT, and POST.
GET /api/massedits/id
Returns a Mass Edit Job Object that contains the state of the job.
Example Request:
Example Response:
PUT /api/entities/id
Offers the opportunity to cancel a Mass Edit Job. Only jobs that are in the Pending state can be cancelled, by assigning the Cancelled state to the resource and then making the PUT request. The request body must contain a Mass Edit Job. All properties are ignored, and only the state property is checked if it's set to Cancelled. The server then responds with 204 No Content to indicate a successful update of the job. In all other cases the server refuses the request with 403 Forbidden.
Example Request:
Example response: