Add a space
POST https://manage.kontent.ai/v2/projects/:environment_id/spaces
Create a new space in your environment.
Request Body
{"id"=>"<uuid>", "name"=>"<string>", "codename"=>"<string>", "web_spotlight_root_item"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "collections"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"6291c693-f6e4-4a6b-ac67-5c31c32f9388","name":"Space 1","codename":"space_1","web_spotlight_root_item":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"collections":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}