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.
blnk.Metadata.update
| Field | Description |
|---|---|
id | ID of the entity to update (ldg_…, txn_…, bln_…, or idt_…). |
data.meta_data | Key-value pairs to add or update on the entity. |
Response shape
201 Created
| Field | Description |
|---|---|
meta_data | The full metadata object after the update. |
Related docs
How metadata works
Attaching custom attributes to Blnk objects.
Update metadata
HTTP request and response schema.