Set asset profile metadata

Merges a JSON metadata bag into the asset profile for the given IMEI.

Behaviour:

  • The supplied metadata object is merged into any existing metadata.
  • To remove a key, pass it with a null value.
  • Metadata keys must be strings of at most 50 characters.
  • The resulting (post-merge) metadata document must be at most 4096 bytes when serialised as JSON.
  • The asset profile must already exist for the given IMEI.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The IMEI

Body Params
metadata
object
required

Free-form key/value pairs to merge into the asset profile metadata.
Pass null for a key to remove it. Keys must be ≤ 50 characters.
Total merged metadata must be ≤ 4096 bytes when serialised as JSON.

Responses

400

Invalid request — metadata body exceeds 4096 bytes, or schema validation failed.

409

Conflict — asset profile not found for this IMEI, or the merged metadata exceeds 4096 bytes.

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json