patch https://example.com/device/v2/devices/
Update Device
Performs partial update, if a field is specified in the request it will be updated
Custom attributes can be specified in the request body
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
_id | String | true | |
_description | String | false | |
_timezone | String | false | A java time zone supported by the java runtime environment |
_configuration | Json | false | Custom attributes but of a CONFIGURATION category only |
_ownerOrganization.id | UUID | false | |
_patient.id | UUID | false | |
<customAttributes1> | <customAttributes1Type> | false | Custom attribute 1 value |
<customAttributesN> | <customAttributesNType> | false | Custom attribute N value |