Ledgers
Update ledger name
Update the name of an existing ledger with the Python 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 | str | Ledger ID to update. |
name | str | 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.