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>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.refy.to/llms.txt

Use this file to discover all available pages before exploring further.

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.