(This is for the classic API)
Is there a way to Enforce the Mobile Device Name when setting the display name via the API?
I tried:
1jamf.put('/mobiledevices/id/IPAD_ID'...23<mobile_device>4 <general>5 <device_name_type>on</device_name_type>6 <device_name>TEST Device Name</device_name>7 </general>8 <location>9 <room>room</room>10 </location>11</mobile_device>
but it doesn't seem to work, and I cannot find any documentation
