cURL
curl --request PUT \ --url https://api.wazoo.dev/worlds/{world} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "slug": "<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>
No Content