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.
1
Call the method
blnk.ledgers.update
2
Confirm the update
The
ledger_id in the response stays the same. Verify response.data["name"] matches the name you passed in the request.3
Response
200 OK