Write a value to one asset attribute
PUT/asset/:assetId/attribute/:attributeName
Submits an asynchronous attribute write using the current server time. The result reports whether the event was accepted, not whether downstream processing ultimately succeeded. Anonymous writes require public-write metadata.
Request
Responses
- 200
- 400
- 403
- 404
- 406
- 429
The request completed successfully
The attribute write failed
The caller does not have permission to access the requested resource
The requested resource does not exist
The supplied value is not valid for the attribute
The attribute event queue is full; retry the write later