Skip to main content
POST
/
v1
/
workspaces
Criar area de trabalho
curl --request POST \
  --url http://localhost:4000/v1/workspaces \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

Body

application/json
name
string
required
ownerName
string
ownerEmail
string<email>

Response

201 - application/json

Bundle inicial da area de trabalho

The response is of type object.