Metadata
Update metadata
Update metadata on a resource with the TypeScript 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