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
4XX
Error description
application/json
post/projects/{projectId}/complete
Last updated
Was this helpful?