v1
latestOpenAPI 3.0.02026-07-148061.0 KBTask
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
Example request
{
"status": "InProgress"
}Response
OK
{"stackTrail":"paths:/tasks/{taskId}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}