/v1/spaces| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
namestringRequireddescriptionobjectavatar_urlobjectavatar_keyobjecttemplate_keyobjectcurl -X POST '/api-proxy/v1/spaces' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"description": {},
"avatar_url": {},
"avatar_key": {},
"template_key": {}
}'No response body documented
curl -X POST '/api-proxy/v1/spaces' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"description": {},
"avatar_url": {},
"avatar_key": {},
"template_key": {}
}'No response body documented