Update a Task

put

/process/api/v1/tasks/{id}

Update priority or payload for the given task and optionally add comment. This end point must not be used to update only comments.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request for updating the task title, priority and payload
Show Source
Nested Schema : summaries
Type: array
Request for updating process task titles in different locales
Show Source
Nested Schema : titles
Type: array
Request for updating process task titles in different locales
Show Source
Nested Schema : ProcessTaskSummaryUpdateRequest
Type: object
Request for updating process task summaries in different locales
Show Source
Nested Schema : ProcessTaskTitleUpdateRequest
Type: object
Request for updating process task titles in different locales
Show Source
Examples

Back to Top

Response

200 Response

Successful operation

401 Response

Unauthorized

404 Response

Task Id does not exist.

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top