Ledgers
Update ledger name
Update the name of an existing ledger with the TypeScript SDK.
PUT
Update ledger name
Use
blnk.Ledgers.update to edit the name of a specific ledger.
To update your ledger metadata, use blnk.Metadata.update instead.
Call the method
blnk.Ledgers.update
| Field | Type | Description |
|---|---|---|
id | string | Ledger ID to update. |
name | string | New display name for the ledger. |
Confirm the update
The
ledger_id in the response stays the same. Verify response.data.name matches the name you passed in the request.Related docs
View ledger docs
Ledger concepts and setup.
Update ledger name
HTTP request and response schema.