Metadata
Update metadata
Update metadata on a resource with the Java SDK.
POST
Update metadata
Use
blnk.metadata().update for this operation.
1
Call the method
2
Use the updated metadata
Read
response.data().get("meta_data") for the full metadata object after the update. New keys are merged with existing metadata.3
Response
201 Created
Related docs
How metadata works
Attaching custom attributes to Blnk objects.
Update metadata
HTTP request and response schema.