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.
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