patch
https://api.iotgps.io/v1/asset-profile//metadata
Merges a JSON metadata bag into the asset profile for the given IMEI.
Behaviour:
- The supplied
metadataobject is merged into any existing metadata. - To remove a key, pass it with a
nullvalue. - 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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Invalid request — metadata body exceeds 4096 bytes, or schema validation failed.
409Conflict — asset profile not found for this IMEI, or the merged metadata exceeds 4096 bytes.