跳至主要内容

Add or update multiple custom info entries

PUT 

/platform/solutions/api/v1/devices/{deviceId}/custom-info

Insert or update multiple custom info key/value pairs for the specified device.
New keys will be created, and existing keys will be updated with the new values.

Usage
PUT /devices/{deviceId}/custom-info

Parameters

  • deviceId (string, required): the ID of the device.
  • input (Dictionary<string, string?>, required): JSON object containing key/value pairs.

Responses

  • 204 No Content: update successful.
  • 404 Not Found: device not found.

Security
This API requires authentication.

Request

Responses

NoContent