post deprecated
https://yourServer.jamfcloud.com/JSSResource/patchsoftwaretitles/id/
Creates new patch software title by ID. (Deprecated) Please transition use to Jamf Pro API endpoint "/v2/patch-software-title-configurations/{id}".
Jamf Pro API equivalent available:POST /api/v2/patch-software-title-configurations/{id}/dashboard. The Jamf Pro API offers full parity for this resource. We recommend using the Jamf Pro API for new integrations.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
ImportantThe
source_idmust correspond with theidof the patch source. If using the Jamf internal patch source, use the value of 1.
<patch_software_title>
<name>Google Chrome</name>
<name_id>GoogleChrome</name_id>
<source_id>1</source_id>
<notifications>
<web_notification>true</web_notification>
<email_notification>true</email_notification>
</notifications>
<categories>
<id>-1</id>
<name>Unknown</name>
</categories>
</patch_software_title> 201Created