For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Task

Update Task — Taskade REST API v1 reference: PUT /projects/{projectId}/tasks/{taskId}. Parameters, authentication, and response schema.

put

Update task.

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
Body
contentTypestring · enumRequiredPossible values:
contentstring · max: 2000RequiredPattern: ^[^\r\n]*$
Responses
200

Updated task

application/json

Updated task

okbooleanRequired
put/projects/{projectId}/tasks/{taskId}

Last updated

Was this helpful?