Update a Device Enrollment Instance with the supplied Token Ask AIput https://yourServer.jamfcloud.com/api/v1/device-enrollments/{id}/upload-tokenUpdates a device enrollment instance with the supplied token.Path ParamsidstringrequiredDevice Enrollment Instance identifierBody ParamsThe downloaded token base 64 encoded from the MDM server to be used to create a new Device Enrollment Instance.tokenFileNamestringOptional name of the token to be saved, if no name is provided one will be auto-generatedencodedTokenstringThe base 64 encoded tokenResponses 200Success 404Device Enrollment Instance with that id does not exist 500Something went wrongUpdated about 2 months ago