POST/spaces/api/v1/importer/confluence/zip.json

import a confluence html export to a teamwork space

Request body (multipart/form-data)

Request Examples

Example Request

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

Responses

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

Examples

400 Bad Request

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