put deprecatedhttps://yourServer.jamfcloud.com/api/v2/computer-prestages/
Updates a Computer Prestage
Responses
Updates a Computer Prestage
xxxxxxxxxx
22curl --request PUT \
--url https://yourserver.jamfcloud.com/api/v2/computer-prestages/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"mandatory": true,
"mdmRemovable": true,
"defaultPrestage": true,
"keepExistingSiteMembership": true,
"keepExistingLocationInformation": true,
"requireAuthentication": true,
"preventActivationLock": true,
"enableDeviceBasedActivationLock": true,
"purchasingInformation": {
"leased": true,
"purchased": true
},
"autoAdvanceSetup": true,
"installProfilesDuringSetup": true
}
'