(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:
jamf.put('/mobiledevices/id/IPAD_ID'...
<mobile_device>
<general>
<device_name_type>on</device_name_type>
<device_name>TEST Device Name</device_name>
</general>
<location>
<room>room</room>
</location>
</mobile_device>
but it doesn't seem to work, and I cannot find any documentation