Skip to main content
POST
Update Task Status

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer wsk_your_api_key

Body

application/json
taskId
string
required

The task ID to update

status
enum<string>
required

New status for the task

Available options:
not_started,
in_progress,
in_review,
done

Response

Task status updated successfully

success
boolean