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.
blnk.Ledgers.update
| Field | Type | Description |
|---|---|---|
id | string | Ledger ID to update. |
name | string | New display name for the ledger. |
Response shape
200 OK
| Field | Description |
|---|---|
ledger_id | Unique ID for the ledger. Unchanged after the update. |
name | Updated name you passed in the request. |
created_at | Date and time the ledger was created. |
meta_data | Existing metadata on the ledger. Not modified by this method. |
Related docs
View ledger docs
Ledger concepts and setup.
Update ledger name
HTTP request and response schema.