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

Complete Project

Complete Project — Taskade REST API v1 reference: POST /projects/{projectId}/complete. Parameters, authentication, and response schema.

post

Mark the project as completed

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

Completed project

application/json

Completed project

okbooleanRequired
post/projects/{projectId}/complete

Last updated

Was this helpful?