Create a Space¶
Note¶
The endpoint for the API is https://localhost:8080/hub.
Request¶
Try in your local Swagger
POST /spaces
{
"title": "My Demo Space",
"description": "Description as markdown"
}
Response¶
{
"id": "x-demospace",
"owner":"{appId}",
"title": "My Demo Space",
"description": "Description as markdown"
}