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

Move Task

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

put

Move a task within the project

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
Body
Responses
200

Successful move Task

application/json

Successful move Task

okboolean · enumRequiredPossible values:
put/projects/{projectId}/tasks/{taskId}/move

Last updated

Was this helpful?