Sign in

Update Asset

documented

Update an asset.

PUT /cmdb/items/[id].jsonAssetno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}.freshservice.com/cmdb/items/{{$id}}.json" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"cmdb_config_item": {"name": "{{$name}}", "asset_tag": "{{$asset_tag}}", "location_id": "{{$location_id}}", "model": "{{$model}}", "serial_number": "{{$serial_number}}", "impact": "{{$impact}}"}}'
Update Asset · Freshservice · OpenIntegrations