Change Profile Task Status
Update the onboarding status of a profile task by its unique ID. The new status should be provided as a query parameter.
Path Parameters |
---|
id int64 — REQUIREDUnique integer ID of the profile task |
id int32 — REQUIRED |
Query Parameters |
---|
status string — REQUIREDNew onboarding status for the profile task (e.g., 'pending', 'completed') |
status string |
Responses |
---|
200 Profile task status updated successfully |
204 No profile task found with the specified ID |
401 Unauthorized access |