Update Subtask Status

Use this API to update the status of an existing subtask.

πŸ—’

Things to Know

  • The following statuses can be passed as parameter values in the request: IN_PROGRESS, FAILED, COMPLETED, and REJECTED.
  • The Resolution ID can only be passed if the subtask status is updated to COMPLETED or REJECTED.
Path Params
uuid
required

Subtask Id

Body Params
string
length ≀ 1500000

Comments can be updated for system subtask status call - this can be used for reason for failure. Longer comments may impact system performance.

string
enum
required

Status to be updated to completed or failed

Allowed:
uuid

Resolution ID (can only be passed if the subtask status is updated to COMPLETED or REJECTED)

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Choose an example:
*/*