Update Device Metadata
Update Device Metadata
POST
https://{server_address}/api/v1/organization/device/metafield
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
Content-Type
application/json
Request Body
Name
Type
Description
deviceId*
1
Device identifier.
metaFieldId*
1
MetaField identifier.
newValue*
New Value
New metafield string value.
Request examples:
Last updated