Change Status of a Quality Task
Update the onboarding status of a quality task by its ID. Status should be provided as a query parameter. Returns 200 OK if updated, 204 No Content if not found.
Path Parameters |
---|
id int64 — REQUIREDUnique identifier of the quality task. |
id int32 — REQUIRED |
Query Parameters |
---|
status string — REQUIREDNew onboarding status for the quality task. Allowed values: 'pending', 'active', 'inactive', etc. |
status string |
Responses |
---|
200 Quality task status updated successfully. |
204 No quality task found with the specified ID. |
401 Unauthorized access. |