put https://yourServer.jamfcloud.com/api/v1/gsx-connection
Updates Jamf Pro GSX Connection information
Responses
Updates Jamf Pro GSX Connection information
xxxxxxxxxx
13curl --request PUT \
--url https://yourserver.jamfcloud.com/api/v1/gsx-connection \
--header 'accept: application/json' \
--header 'content-type: application/merge-patch+json' \
--data '
{
"enabled": false,
"username": " ",
"gsxKeystore": {
"name": " "
}
}
'