v1

latestOpenAPI 3.0.02026-07-148061.0 KB
Task

Update task

Updates the status of a VTEX DO task, filtering by task ID.

Permissions

This endpoint does not require License Manager resources.

put/tasks/{taskId}

Path parameters

taskIdstring required
Example:123456abc

Task ID.

Headers

Content-Typestring required
Example:application/json

Type of the content being sent.

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Request body

status'Open' | 'Closed' | 'Suspended' | 'InProgress' required

Task status update.

Example request

{
  "status": "InProgress"
}

Response

OK

{"stackTrail":"paths:/tasks/{taskId}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}