post https://yourServer.jamfcloud.com/api/v2/patch-software-title-configurations
Creates Patch Software Title Configurations using sToken
Responses
Creates Patch Software Title Configurations using sToken
xxxxxxxxxx
12curl --request POST \
--url https://yourserver.jamfcloud.com/api/v2/patch-software-title-configurations \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"categoryId": "-1",
"siteId": "-1",
"uiNotifications": false,
"emailNotifications": false
}
'