GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Updates an existing computer extension attribute by name

Updates an existing computer extension attribute by name

🔄

Jamf Pro API equivalent available: PUT /api/v1/computer-extension-attributes/{id}. 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
<computer_extension_attribute>
	<name>Battery Cycle Count</name>
	<description>Number of charge cycles logged on the current battery</description>
	<data_type>String</data_type>
	<input_type>
		<type>Text Field</type>
	</input_type>
	<inventory_display>General</inventory_display>
	<recon_display>Extension Attributes</recon_display>
</computer_extension_attribute>
Path Params
string
required

Name value to filter by

Response
201

Created

Language
Credentials
Basic
base64
:
LoadingLoading…