cURL
curl --request POST \ --url https://api.wazoo.dev/namespaces/{namespace}/worlds \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "slug": "<string>", "namespace": "<string>", "label": "<string>", "description": "<string>" } '
{ "slug": "<string>", "createdAt": 123, "updatedAt": 123, "namespace": "<string>", "label": "<string>", "description": "<string>", "deletedAt": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Target namespace, or _ for the caller default namespace.
_
Optional in body; the path namespace wins for /namespaces/... routes. The reserved _ value is rejected here.
/namespaces/...
Created
Parent namespace for this world in multitenancy contexts.