cURL
curl --request PUT \ --url https://api.worlds.wazoo.tech/v1/worlds/{worldId} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Update an existing world.