Hello all,
I would like to update Apple devices via the API
I use:
POST /devices/{deviceId}/actions
{
"Action": "AppleSoftwareUpdateSchedule"
}
do I have to add a parameter?
as error I always get:
{ "$type": "ErrorDetails", "ErrorCode": 0, "Message": "Vertragsprüfung fehlgeschlagen", "Data": [ "actionInfo: Error parsing value" ], "HelpLink": null }
I hope you can help me
Thanks