cURL
curl --request PUT \ --url https://api.wazoo.dev/worlds/{slug} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source": "<string>", "label": "<string>", "description": "<string>" } '
{ "error": { "message": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional; defaults to the world identified by the URL path.
No Content