Update Ledger bindingAsk AIpatch https://example.com/ledger/{name}/updateUpdate a ledger integrationPath ParamsnamestringrequiredUnique identifier for the ledger name. This value must be unique across all ledger bindingsBody Paramsendpointstring | nullLedger adapter address in host:port formatrequestTimeoutstring | nullThe 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 | nullThe waiting period between consecutive retry attempts when a request fails. This delay helps prevent overwhelming the ledger adapter during temporary failuressingleRequestTimeoutstring | nullThe maximum time allowed for each individual request attempt. If a single attempt exceeds this duration, it will be retried according to the backoff configurationauthledgerAuthOptionsOptledgerAuthOptionsOpt arrayidempotencyledgerIdempotencyOptionsOptledgerIdempotencyOptionsOpt objectdisplayNamestring | nullA 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 4 months ago