Appearance
Update Equipment
Update an existing equipment instance. Requires READ or ADMIN permissions. Further permission checks are applied within the handler.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
instanceId* | string | The unique identifier of the equipment instance to update |
body* | object | Updated 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