# Update Server information Endpoint: PUT /server Version: 6.10.0 Security: BasicAuth, ApiKey ## Request fields (application/json): - `id` (integer) - `registration` (boolean) - `readonly` (boolean) - `deviceReadonly` (boolean) - `limitCommands` (boolean) - `map` (string) - `bingKey` (string) - `mapUrl` (string) - `poiLayer` (string) - `latitude` (number) - `longitude` (number) - `zoom` (integer) - `version` (string) - `forceSettings` (boolean) - `coordinateFormat` (string) - `openIdEnabled` (boolean) - `openIdForce` (boolean) - `attributes` (object) ## Response 200 fields (application/json): - `id` (integer) - `registration` (boolean) - `readonly` (boolean) - `deviceReadonly` (boolean) - `limitCommands` (boolean) - `map` (string) - `bingKey` (string) - `mapUrl` (string) - `poiLayer` (string) - `latitude` (number) - `longitude` (number) - `zoom` (integer) - `version` (string) - `forceSettings` (boolean) - `coordinateFormat` (string) - `openIdEnabled` (boolean) - `openIdForce` (boolean) - `attributes` (object)