POST/spaces/api/v1/setup.json

Sync new spaces installation with existing installation in projects

Request Examples

Example Request

POST
/spaces/api/v1/setup.json
curl --request GET \
     --url https://{site_name}.teamwork.com/account.json

Responses

  • Code
    202
    Description
    202 Accepted No Data
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

500 Internal Server Error

errResp
{
  "Code": 0,
  "Detail": "string",
  "ID": "string",
  "Title": "string"
}