HomeGuidesRecipesAPI ReferenceChangelog

Updates a patch software title by ID. (Deprecated) Please transition use to Jamf Pro API endpoint "/v2/patch-software-title-configurations/{id}".

Including an empty package element within the version element will disassociate any previously associated packages with that version of the software title.

📘

Important

The source_id must correspond with the id of 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>
Language
Authorization
Basic
base64
: