check-sync: yes in the body does not update anything — it reboots the phone and discards the rest of the body (API-2129). POST /domains/{domain}/users/{user}/devices/{device}/reboot is the explicit path for that, and POST /domains/{domain}/devices/reboot reboots a list of devices.Authorization: Bearer ********************curl --location --globoff --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/users/{{user}}/devices/{{user}}a' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"device-srtp-enabled": "no",
"device-sip-registration-ignore-for-presence-calculation": "no",
"device-sip-registration-expiry-seconds": 30,
"auto_ans": "no"
}'{
"code": 0,
"message": "string"
}