createSpace
Create space
POST /spaces HTTP/1.1Parameters
{}Response Schema
{
"allOf": [
{
"$ref": "#/components/schemas/SpaceBulk"
},
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"properties": {
"base": {
"type": "string",
"description": "Base url of the Confluence site."
}
}
}
}
}
]
}