cURL
curl --request PATCH \ --url http://aris.local/api/zones/{zoneId}/name \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Primary Bedroom" } '
{ "success": true, "zoneId": "<string>", "name": "<string>" }
Update the friendly name for a zone.
Session token or API token
Friendly name for the zone
1 - 50
"Primary Bedroom"
Name updated successfully