Ledgers
Update ledger name
Update the name of an existing ledger with the Go SDK.
PUT
Update ledger name
Use
client.Ledger.Update to edit the name of a specific ledger.
To update your ledger metadata, use client.Metadata.Update instead.
Call the method
client.Ledger.Update
| Field | Type | Description |
|---|---|---|
id | string | Ledger ID to update. |
Name | string | New display name for the ledger. |
Confirm the update
The
ledger_id in the response stays the same. Verify ledger.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.