Ledgers
Update ledger name
Update the name of an existing ledger with the Java SDK.
PUT
Update ledger name
Use
blnk.ledgers().update for this operation.
To update your ledger metadata, use blnk.metadata().update instead.
1
Call the method
2
Confirm the update
The
ledger_id in the response stays the same. Verify response.data().get("name").asText() matches the name you passed in the request.3
Response
200 OK
Related docs
View ledger docs
Ledger concepts and setup.
Update ledger name
HTTP request and response schema.