Restore Project

post

Restore project

Authorizations
Path parameters
projectIdstringRequired
Responses
200
Restored project
application/json
post
POST /api/v1/projects/{projectId}/restore HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "ok": true,
  "item": {
    "id": "text",
    "name": "text"
  }
}

Last updated