CreateProject
Create or update a project from a template
Path Parameters
- templateKey string required
Query Parameters
- workspaceKey string
- testMode boolean
Responses
- 200
- 400
- 403
ID of created project
- application/json
- Schema
- Example (from schema)
Schema
- anyOf
- MOD1
- MOD2
createdOrUpdatedPages object
property name*
stringresponse object
description stringtitle stringpinned object
anyOfpages object[]
Array [data undefined[]pinned string[]cover stringstatus numberPossible values: [
0
,1
,2
,3
]path stringdescription stringtitle stringid string]id stringurl stringprojectKey stringresult string
{
"createdOrUpdatedPages": {},
"response": {
"description": "string",
"title": "string",
"pinned": {},
"pages": [
{
"data": [
null
],
"pinned": [
"string"
],
"cover": "string",
"status": 0,
"path": "string",
"description": "string",
"title": "string",
"id": "string"
}
],
"id": "string"
},
"url": "string",
"projectKey": "string"
}
Missing required data
- application/json
- Schema
Schema
- string
Unauthorized
- application/json
- Schema
Schema
- string
Loading...