Update Ledger bindingCopy Pagepatch https://example.com/ledger/{name}/updateUpdate a ledger integrationPath Paramsnamestringrequired.*\S.*Unique identifier for the ledger name. This value must be unique across all ledger bindingsBody Paramsendpointstring | null.*\S.*Ledger adapter address in host:port formatrequestTimeoutstring | null^[1-9]\d*(?:\.\d+)?(h|m|s|ms|us|µs|ns)(\d+(?:\.\d+)?(h|m|s|ms|us|µs|ns))*$The maximum time allowed for the entire request operation to complete, including all retry attempts. After this duration, the request will fail with a timeout errorbackoffstring | null^[1-9]\d*(?:\.\d+)?(h|m|s|ms|us|µs|ns)(\d+(?:\.\d+)?(h|m|s|ms|us|µs|ns))*$The waiting period between consecutive retry attempts when a request fails. This delay helps prevent overwhelming the ledger adapter during temporary failuressingleRequestTimeoutstring | null^[1-9]\d*(?:\.\d+)?(h|m|s|ms|us|µs|ns)(\d+(?:\.\d+)?(h|m|s|ms|us|µs|ns))*$The maximum time allowed for each individual request attempt. If a single attempt exceeds this duration, it will be retried according to the backoff configurationauthadapterAuthOptionsOptadapterAuthOptionsOpt arrayidempotencyadapterIdempotencyOptionsOptadapterIdempotencyOptionsOpt objectretryStrategyadapterRetryStrategyadapterRetryStrategy objectdisplayNamestring | null.*\S.*A human-readable name for the ledger that appears in user interfacesbalanceSyncAllowedboolean | nullDefaults to trueIndicates whether balance synchronization is enabled for this ledgertruefalseResponses 200successful operation 400Bad Request 500Internal Server ErrorUpdated 3 months ago Import external transactionsBind Ledger