cURL
curl --request PATCH \ --url http://aris.local/api/system/name \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Mountain View Home" } '
{ "success": true, "name": "Mountain View Home" }
Update the friendly name for this Aris system.
Session token or API token
Friendly name for the system
1 - 50
"Mountain View Home"
Name updated successfully
true