Update a single custom info entry
PATCH/platform/solutions/api/v1/devices/{deviceId}/custom-info/{key}
Update the value of a specific custom info key for the specified device.
If the key does not exist, a 404 Not Found will be returned.
Usage
PATCH /devices/{deviceId}/custom-info/{key}
Parameters
deviceId(string, required): the ID of the device.key(string, required): the key of the custom info entry.input(DeviceCustomInfoPatchDto, required): JSON object containing the new value.
Responses
204 No Content: update successful.404 Not Found: key not found.
Security
This API requires authentication.
Request
Responses
- 204
- 403
Updated
Forbidden