# Set a tile icon for a device Apply a tile icon to a device. Endpoint: POST /v1/enterprise/{enterprise_id}/tile-icon-apply/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. ## Request fields (application/json): - `icon` (string,null) - `apply_mode` (string) Enum: "devices", "all_devices", "groups", "device_model" - `device_model` (string,null) - `devices` (array) - `groups` (array) ## Response 201 fields (application/json): - `icon` (string,null) - `apply_mode` (string) Enum: "devices", "all_devices", "groups", "device_model" - `device_model` (string,null) - `devices` (array) - `groups` (array) ## Response 400 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 403 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)