Reassign a Task

post

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

Reassign a task to user(s) and/or role(s)

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Reassign request object
Show Source
Nested Schema : identities
Type: array
Only the ID of identity input is considered and not name.
Show Source
Nested Schema : Identity
Match All
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source
Nested Schema : Identity-allOf[1]
Type: object
Show Source
Back to Top

Response

204 Response

Successful operation - no content returned

401 Response

Unauthorized

404 Response

Task not found for given ID

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top