put https://yourServer.jamfcloud.com/api/v1/reenrollment
Update the Re-enrollment object
Response
Update the Re-enrollment object
xxxxxxxxxx
14curl --request PUT \
--url https://yourserver.jamfcloud.com/api/v1/reenrollment \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"isFlushPolicyHistoryEnabled": false,
"isFlushLocationInformationEnabled": false,
"isFlushLocationInformationHistoryEnabled": false,
"isFlushExtensionAttributesEnabled": false,
"isFlushSoftwareUpdatePlansEnabled": false,
"flushMDMQueue": "DELETE_NOTHING"
}
'