Learn how to modify or add new metadata to a ledger component.
{ ... "meta_data": { "first_name": "Jason" } }
POST YOUR_BLNK_INSTANCE_URL/{id}/metadata
{ "meta_data": { "last_name": "Brooks", "verification_status": "Pending" } }
{ "meta_data": { "verification_status": "Approved" } }
{ ... "meta_data": { "first_name": "Jason", "last_name": "Brooks", "verification_status": "Approved" } }
Was this page helpful?