Skip to content

Update Equipment

Update an existing equipment instance. Requires READ or ADMIN permissions. Further permission checks are applied within the handler.

Parameters

name * are required parametersdata typedescription
instanceId*stringThe unique identifier of the equipment instance to update
body*objectUpdated field values for the equipment instance

Return Value

The updated equipment instance.

Examples

bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/equipment/:instanceId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"fields": {"serialNumber": "FL-001-updated"}}'

ENDPOINTS

put/api/{targetPath}/equipment/:instanceId