Metadata
Update metadata
Update metadata on a resource with the Python SDK.
POST
Update metadata
Use
blnk.metadata.update to add or change metadata on an existing ledger, transaction, balance, or identity.
1
Call the method
blnk.metadata.update
2
Use the updated metadata
Read
response.data["meta_data"] for the full metadata object after the update. New keys are merged with existing metadata.3
Response
201 Created