{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "stack-operations", "title": "Stack Operations Index", "description": "Build-time extracted OpenAPI operation index for the Formance stack (method, path, SDK module/method per operationId).", "files": [ { "path": "registry/default/lib/stack-operations.json", "content": "{\n \"_meta\": {\n \"specVersion\": \"3.2.4\",\n \"specFile\": \"v3.2.4.json\",\n \"generatedFrom\": \"openapi/stack\"\n },\n \"operations\": {\n \"CreateTransactions\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/{ledger}/transactions/batch\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"createTransactions\"\n },\n \"summary\": \"Create a new batch of transactions to a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"activateConfig\": {\n \"method\": \"PUT\",\n \"path\": \"/api/webhooks/configs/{id}/activate\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"webhooksV1\",\n \"method\": \"activateConfig\"\n },\n \"summary\": \"Activate one config\",\n \"tags\": [\"webhooks.v1\"]\n },\n \"addAccountToPool\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/pools/{poolId}/accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"addAccountToPool\"\n },\n \"summary\": \"Add an account to a pool\",\n \"tags\": [\"payments.v1\"]\n },\n \"addMetadataOnTransaction\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/{ledger}/transactions/{txid}/metadata\",\n \"pathParams\": [\"ledger\", \"txid\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"addMetadataOnTransaction\"\n },\n \"summary\": \"Set the metadata of a transaction by its ID\",\n \"tags\": [\"ledger.v1\"]\n },\n \"addMetadataToAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/{ledger}/accounts/{address}/metadata\",\n \"pathParams\": [\"ledger\", \"address\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"addMetadataToAccount\"\n },\n \"summary\": \"Add metadata to an account\",\n \"tags\": [\"ledger.v1\"]\n },\n \"cancelEvent\": {\n \"method\": \"PUT\",\n \"path\": \"/api/orchestration/instances/{instanceID}/abort\",\n \"pathParams\": [\"instanceID\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"cancelEvent\"\n },\n \"summary\": \"Cancel a running workflow\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"changeConfigSecret\": {\n \"method\": \"PUT\",\n \"path\": \"/api/webhooks/configs/{id}/secret/change\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"webhooksV1\",\n \"method\": \"changeConfigSecret\"\n },\n \"summary\": \"Change the signing secret of a config\",\n \"tags\": [\"webhooks.v1\"]\n },\n \"confirmHold\": {\n \"method\": \"POST\",\n \"path\": \"/api/wallets/holds/{hold_id}/confirm\",\n \"pathParams\": [\"hold_id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"confirmHold\"\n },\n \"summary\": \"Confirm a hold\",\n \"tags\": [\"wallets.v1\"]\n },\n \"connectorsTransfer\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/connectors/{connector}/transfers\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"connectorsTransfer\"\n },\n \"summary\": \"Transfer funds between Connector accounts\",\n \"tags\": [\"payments.v1\"]\n },\n \"countAccounts\": {\n \"method\": \"HEAD\",\n \"path\": \"/api/ledger/{ledger}/accounts\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"countAccounts\"\n },\n \"summary\": \"Count the accounts from a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"countTransactions\": {\n \"method\": \"HEAD\",\n \"path\": \"/api/ledger/{ledger}/transactions\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"countTransactions\"\n },\n \"summary\": \"Count the transactions from a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"createAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"createAccount\"\n },\n \"summary\": \"Create an account\",\n \"tags\": [\"payments.v1\"]\n },\n \"createBalance\": {\n \"method\": \"POST\",\n \"path\": \"/api/wallets/wallets/{id}/balances\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"createBalance\"\n },\n \"summary\": \"Create a balance\",\n \"tags\": [\"wallets.v1\"]\n },\n \"createBankAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/bank-accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"createBankAccount\"\n },\n \"summary\": \"Create a BankAccount in Payments and on the PSP\",\n \"tags\": [\"payments.v1\"]\n },\n \"createClient\": {\n \"method\": \"POST\",\n \"path\": \"/api/auth/clients\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"createClient\"\n },\n \"summary\": \"Create client\",\n \"tags\": [\"auth.v1\"]\n },\n \"createPayment\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/payments\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"createPayment\"\n },\n \"summary\": \"Create a payment\",\n \"tags\": [\"payments.v1\"]\n },\n \"createPolicy\": {\n \"method\": \"POST\",\n \"path\": \"/api/reconciliation/policies\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"reconciliationV1\",\n \"method\": \"createPolicy\"\n },\n \"summary\": \"Create a policy\",\n \"tags\": [\"reconciliation.v1\"]\n },\n \"createPool\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/pools\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"createPool\"\n },\n \"summary\": \"Create a Pool\",\n \"tags\": [\"payments.v1\"]\n },\n \"createSecret\": {\n \"method\": \"POST\",\n \"path\": \"/api/auth/clients/{clientId}/secrets\",\n \"pathParams\": [\"clientId\"],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"createSecret\"\n },\n \"summary\": \"Add a secret to a client\",\n \"tags\": [\"auth.v1\"]\n },\n \"createTransaction\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/{ledger}/transactions\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"createTransaction\"\n },\n \"summary\": \"Create a new transaction to a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"createTransferInitiation\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/transfer-initiations\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"createTransferInitiation\"\n },\n \"summary\": \"Create a TransferInitiation\",\n \"tags\": [\"payments.v1\"]\n },\n \"createTrigger\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/triggers\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"createTrigger\"\n },\n \"summary\": \"Create trigger\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"createWallet\": {\n \"method\": \"POST\",\n \"path\": \"/api/wallets/wallets\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"createWallet\"\n },\n \"summary\": \"Create a new wallet\",\n \"tags\": [\"wallets.v1\"]\n },\n \"createWorkflow\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/workflows\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"createWorkflow\"\n },\n \"summary\": \"Create workflow\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"creditWallet\": {\n \"method\": \"POST\",\n \"path\": \"/api/wallets/wallets/{id}/credit\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"creditWallet\"\n },\n \"summary\": \"Credit a wallet\",\n \"tags\": [\"wallets.v1\"]\n },\n \"deactivateConfig\": {\n \"method\": \"PUT\",\n \"path\": \"/api/webhooks/configs/{id}/deactivate\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"webhooksV1\",\n \"method\": \"deactivateConfig\"\n },\n \"summary\": \"Deactivate one config\",\n \"tags\": [\"webhooks.v1\"]\n },\n \"debitWallet\": {\n \"method\": \"POST\",\n \"path\": \"/api/wallets/wallets/{id}/debit\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"debitWallet\"\n },\n \"summary\": \"Debit a wallet\",\n \"tags\": [\"wallets.v1\"]\n },\n \"deleteClient\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/auth/clients/{clientId}\",\n \"pathParams\": [\"clientId\"],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"deleteClient\"\n },\n \"summary\": \"Delete client\",\n \"tags\": [\"auth.v1\"]\n },\n \"deleteConfig\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/webhooks/configs/{id}\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"webhooksV1\",\n \"method\": \"deleteConfig\"\n },\n \"summary\": \"Delete one config\",\n \"tags\": [\"webhooks.v1\"]\n },\n \"deletePolicy\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/reconciliation/policies/{policyID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"reconciliationV1\",\n \"method\": \"deletePolicy\"\n },\n \"summary\": \"Delete a policy\",\n \"tags\": [\"reconciliation.v1\"]\n },\n \"deletePool\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/pools/{poolId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"deletePool\"\n },\n \"summary\": \"Delete a Pool\",\n \"tags\": [\"payments.v1\"]\n },\n \"deleteSecret\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/auth/clients/{clientId}/secrets/{secretId}\",\n \"pathParams\": [\"clientId\", \"secretId\"],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"deleteSecret\"\n },\n \"summary\": \"Delete a secret from a client\",\n \"tags\": [\"auth.v1\"]\n },\n \"deleteTransferInitiation\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/transfer-initiations/{transferId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"deleteTransferInitiation\"\n },\n \"summary\": \"Delete a transfer initiation\",\n \"tags\": [\"payments.v1\"]\n },\n \"deleteTrigger\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/orchestration/triggers/{triggerID}\",\n \"pathParams\": [\"triggerID\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"deleteTrigger\"\n },\n \"summary\": \"Delete trigger\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"deleteWorkflow\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/orchestration/workflows/{flowId}\",\n \"pathParams\": [\"flowId\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"deleteWorkflow\"\n },\n \"summary\": \"Delete a flow by id\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"forwardBankAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/bank-accounts/{bankAccountId}/forward\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"forwardBankAccount\"\n },\n \"summary\": \"Forward a bank account to a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"getAccountBalances\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/accounts/{accountId}/balances\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getAccountBalances\"\n },\n \"summary\": \"Get account balances\",\n \"tags\": [\"payments.v1\"]\n },\n \"getAccount_ledger\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/accounts/{address}\",\n \"pathParams\": [\"ledger\", \"address\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"getAccount_ledger\"\n },\n \"summary\": \"Get account by its address\",\n \"tags\": [\"ledger.v1\"]\n },\n \"getAccount_payments\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/accounts/{accountId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getAccount_payments\"\n },\n \"summary\": \"Get an account\",\n \"tags\": [\"payments.v1\"]\n },\n \"getBalance\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/wallets/{id}/balances/{balanceName}\",\n \"pathParams\": [\"id\", \"balanceName\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"getBalance\"\n },\n \"summary\": \"Get detailed balance\",\n \"tags\": [\"wallets.v1\"]\n },\n \"getBalances\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/balances\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"getBalances\"\n },\n \"summary\": \"Get the balances from a ledger's account\",\n \"tags\": [\"ledger.v1\"]\n },\n \"getBalancesAggregated\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/aggregate/balances\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"getBalancesAggregated\"\n },\n \"summary\": \"Get the aggregated balances from selected accounts\",\n \"tags\": [\"ledger.v1\"]\n },\n \"getBankAccount\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/bank-accounts/{bankAccountId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getBankAccount\"\n },\n \"summary\": \"Get a bank account created by user on Formance\",\n \"tags\": [\"payments.v1\"]\n },\n \"getConnectorTask\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/connectors/{connector}/tasks/{taskId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getConnectorTask\"\n },\n \"summary\": \"Read a specific task of the connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"getConnectorTaskV1\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/connectors/{connector}/{connectorId}/tasks/{taskId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getConnectorTaskV1\"\n },\n \"summary\": \"Read a specific task of the connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"getHold\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/holds/{holdID}\",\n \"pathParams\": [\"holdID\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"getHold\"\n },\n \"summary\": \"Get a hold\",\n \"tags\": [\"wallets.v1\"]\n },\n \"getHolds\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/holds\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"getHolds\"\n },\n \"summary\": \"Get all holds for a wallet\",\n \"tags\": [\"wallets.v1\"]\n },\n \"getInfo\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/_info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"getInfo\"\n },\n \"summary\": \"Show server information\",\n \"tags\": [\"ledger.v1\"]\n },\n \"getInstance\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/instances/{instanceID}\",\n \"pathParams\": [\"instanceID\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"getInstance\"\n },\n \"summary\": \"Get a workflow instance by id\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"getInstanceHistory\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/instances/{instanceID}/history\",\n \"pathParams\": [\"instanceID\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"getInstanceHistory\"\n },\n \"summary\": \"Get a workflow instance history by id\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"getInstanceStageHistory\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/instances/{instanceID}/stages/{number}/history\",\n \"pathParams\": [\"instanceID\", \"number\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"getInstanceStageHistory\"\n },\n \"summary\": \"Get a workflow instance stage history\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"getLedgerInfo\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/_info\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"getLedgerInfo\"\n },\n \"summary\": \"Get information about a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"getManyConfigs\": {\n \"method\": \"GET\",\n \"path\": \"/api/webhooks/configs\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"webhooksV1\",\n \"method\": \"getManyConfigs\"\n },\n \"summary\": \"Get many configs\",\n \"tags\": [\"webhooks.v1\"]\n },\n \"getMapping\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/mapping\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"getMapping\"\n },\n \"summary\": \"Get the mapping of a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"getMetrics\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/_/metrics\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"ledger\",\n \"method\": \"getMetrics\"\n },\n \"summary\": \"Read in memory metrics\",\n \"tags\": [\"ledger\"]\n },\n \"getOIDCWellKnowns\": {\n \"method\": \"GET\",\n \"path\": \"/api/auth/.well-known/openid-configuration\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"getOIDCWellKnowns\"\n },\n \"summary\": \"Retrieve OpenID connect well-knowns.\",\n \"tags\": [\"auth.v1\"]\n },\n \"getPayment\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/payments/{paymentId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getPayment\"\n },\n \"summary\": \"Get a payment\",\n \"tags\": [\"payments.v1\"]\n },\n \"getPolicy\": {\n \"method\": \"GET\",\n \"path\": \"/api/reconciliation/policies/{policyID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"reconciliationV1\",\n \"method\": \"getPolicy\"\n },\n \"summary\": \"Get a policy\",\n \"tags\": [\"reconciliation.v1\"]\n },\n \"getPool\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/pools/{poolId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getPool\"\n },\n \"summary\": \"Get a Pool\",\n \"tags\": [\"payments.v1\"]\n },\n \"getPoolBalances\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/pools/{poolId}/balances\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getPoolBalances\"\n },\n \"summary\": \"Get historical pool balances at a particular point in time\",\n \"tags\": [\"payments.v1\"]\n },\n \"getPoolBalancesLatest\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/pools/{poolId}/balances/latest\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getPoolBalancesLatest\"\n },\n \"summary\": \"Get latest pool balances\",\n \"tags\": [\"payments.v1\"]\n },\n \"getReconciliation\": {\n \"method\": \"GET\",\n \"path\": \"/api/reconciliation/reconciliations/{reconciliationID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"reconciliationV1\",\n \"method\": \"getReconciliation\"\n },\n \"summary\": \"Get a reconciliation\",\n \"tags\": [\"reconciliation.v1\"]\n },\n \"getServerInfo_auth\": {\n \"method\": \"GET\",\n \"path\": \"/api/auth/_info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"getServerInfo_auth\"\n },\n \"summary\": \"Get server info\",\n \"tags\": [\"auth.v1\"]\n },\n \"getServerInfo_orchestration\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/_info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"getServerInfo_orchestration\"\n },\n \"summary\": \"Get server info\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"getServerInfo_payments\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/_info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getServerInfo_payments\"\n },\n \"summary\": \"Get server info\",\n \"tags\": [\"payments.v1\"]\n },\n \"getServerInfo_reconciliation\": {\n \"method\": \"GET\",\n \"path\": \"/api/reconciliation/_info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"reconciliationV1\",\n \"method\": \"getServerInfo_reconciliation\"\n },\n \"summary\": \"Get server info\",\n \"tags\": [\"reconciliation.v1\"]\n },\n \"getServerInfo_search\": {\n \"method\": \"GET\",\n \"path\": \"/api/search/_info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"searchV1\",\n \"method\": \"getServerInfo_search\"\n },\n \"summary\": \"Get server info\",\n \"tags\": [\"search.v1\"]\n },\n \"getServerInfo_wallets\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/_info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"getServerInfo_wallets\"\n },\n \"summary\": \"Get server info\",\n \"tags\": [\"wallets.v1\"]\n },\n \"getTransaction\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/transactions/{txid}\",\n \"pathParams\": [\"ledger\", \"txid\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"getTransaction\"\n },\n \"summary\": \"Get transaction from a ledger by its ID\",\n \"tags\": [\"ledger.v1\"]\n },\n \"getTransactions\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/transactions\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"getTransactions\"\n },\n \"tags\": [\"wallets.v1\"]\n },\n \"getTransferInitiation\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/transfer-initiations/{transferId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"getTransferInitiation\"\n },\n \"summary\": \"Get a transfer initiation\",\n \"tags\": [\"payments.v1\"]\n },\n \"getVersions\": {\n \"method\": \"GET\",\n \"path\": \"/versions\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"\",\n \"method\": \"getVersions\"\n },\n \"summary\": \"Show stack version information\"\n },\n \"getWallet\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/wallets/{id}\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"getWallet\"\n },\n \"summary\": \"Get a wallet\",\n \"tags\": [\"wallets.v1\"]\n },\n \"getWalletSummary\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/wallets/{id}/summary\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"getWalletSummary\"\n },\n \"summary\": \"Get wallet summary\",\n \"tags\": [\"wallets.v1\"]\n },\n \"getWorkflow\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/workflows/{flowId}\",\n \"pathParams\": [\"flowId\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"getWorkflow\"\n },\n \"summary\": \"Get a flow by id\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"insertConfig\": {\n \"method\": \"POST\",\n \"path\": \"/api/webhooks/configs\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"webhooksV1\",\n \"method\": \"insertConfig\"\n },\n \"summary\": \"Insert a new config\",\n \"tags\": [\"webhooks.v1\"]\n },\n \"installConnector\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/connectors/{connector}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"installConnector\"\n },\n \"summary\": \"Install a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"listAccounts_ledger\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/accounts\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"listAccounts_ledger\"\n },\n \"summary\": \"List accounts from a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"listAccounts_payments\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listAccounts_payments\"\n },\n \"summary\": \"List accounts\",\n \"tags\": [\"payments.v1\"]\n },\n \"listAllConnectors\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/connectors\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listAllConnectors\"\n },\n \"summary\": \"List all installed connectors\",\n \"tags\": [\"payments.v1\"]\n },\n \"listBalances\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/wallets/{id}/balances\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"listBalances\"\n },\n \"summary\": \"List balances of a wallet\",\n \"tags\": [\"wallets.v1\"]\n },\n \"listBankAccounts\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/bank-accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listBankAccounts\"\n },\n \"summary\": \"List bank accounts created by user on Formance\",\n \"tags\": [\"payments.v1\"]\n },\n \"listClients\": {\n \"method\": \"GET\",\n \"path\": \"/api/auth/clients\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"listClients\"\n },\n \"summary\": \"List clients\",\n \"tags\": [\"auth.v1\"]\n },\n \"listConfigsAvailableConnectors\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/connectors/configs\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listConfigsAvailableConnectors\"\n },\n \"summary\": \"List the configs of each available connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"listConnectorTasks\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/connectors/{connector}/tasks\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listConnectorTasks\"\n },\n \"summary\": \"List tasks from a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"listConnectorTasksV1\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/connectors/{connector}/{connectorId}/tasks\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listConnectorTasksV1\"\n },\n \"summary\": \"List tasks from a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"listInstances\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/instances\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"listInstances\"\n },\n \"summary\": \"List instances of a workflow\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"listLogs\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/logs\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"listLogs\"\n },\n \"summary\": \"List the logs from a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"listPayments\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/payments\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listPayments\"\n },\n \"summary\": \"List payments\",\n \"tags\": [\"payments.v1\"]\n },\n \"listPolicies\": {\n \"method\": \"GET\",\n \"path\": \"/api/reconciliation/policies\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"reconciliationV1\",\n \"method\": \"listPolicies\"\n },\n \"summary\": \"List policies\",\n \"tags\": [\"reconciliation.v1\"]\n },\n \"listPools\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/pools\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listPools\"\n },\n \"summary\": \"List Pools\",\n \"tags\": [\"payments.v1\"]\n },\n \"listReconciliations\": {\n \"method\": \"GET\",\n \"path\": \"/api/reconciliation/reconciliations\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"reconciliationV1\",\n \"method\": \"listReconciliations\"\n },\n \"summary\": \"List reconciliations\",\n \"tags\": [\"reconciliation.v1\"]\n },\n \"listTransactions\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/transactions\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"listTransactions\"\n },\n \"summary\": \"List transactions from a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"listTransferInitiations\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/transfer-initiations\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"listTransferInitiations\"\n },\n \"summary\": \"List Transfer Initiations\",\n \"tags\": [\"payments.v1\"]\n },\n \"listTriggers\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/triggers\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"listTriggers\"\n },\n \"summary\": \"List triggers\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"listTriggersOccurrences\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/triggers/{triggerID}/occurrences\",\n \"pathParams\": [\"triggerID\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"listTriggersOccurrences\"\n },\n \"summary\": \"List triggers occurrences\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"listUsers\": {\n \"method\": \"GET\",\n \"path\": \"/api/auth/users\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"listUsers\"\n },\n \"summary\": \"List users\",\n \"tags\": [\"auth.v1\"]\n },\n \"listWallets\": {\n \"method\": \"GET\",\n \"path\": \"/api/wallets/wallets\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"listWallets\"\n },\n \"summary\": \"List all wallets\",\n \"tags\": [\"wallets.v1\"]\n },\n \"listWorkflows\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/workflows\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"listWorkflows\"\n },\n \"summary\": \"List registered workflows\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"readClient\": {\n \"method\": \"GET\",\n \"path\": \"/api/auth/clients/{clientId}\",\n \"pathParams\": [\"clientId\"],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"readClient\"\n },\n \"summary\": \"Read client\",\n \"tags\": [\"auth.v1\"]\n },\n \"readConnectorConfig\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/connectors/{connector}/config\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"readConnectorConfig\"\n },\n \"summary\": \"Read the config of a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"readConnectorConfigV1\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/connectors/{connector}/{connectorId}/config\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"readConnectorConfigV1\"\n },\n \"summary\": \"Read the config of a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"readStats\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/{ledger}/stats\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"readStats\"\n },\n \"summary\": \"Get statistics from a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"readTrigger\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/triggers/{triggerID}\",\n \"pathParams\": [\"triggerID\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"readTrigger\"\n },\n \"summary\": \"Read trigger\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"readUser\": {\n \"method\": \"GET\",\n \"path\": \"/api/auth/users/{userId}\",\n \"pathParams\": [\"userId\"],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"readUser\"\n },\n \"summary\": \"Read user\",\n \"tags\": [\"auth.v1\"]\n },\n \"reconcile\": {\n \"method\": \"POST\",\n \"path\": \"/api/reconciliation/policies/{policyID}/reconciliation\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"reconciliationV1\",\n \"method\": \"reconcile\"\n },\n \"summary\": \"Reconcile using a policy\",\n \"tags\": [\"reconciliation.v1\"]\n },\n \"removeAccountFromPool\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/pools/{poolId}/accounts/{accountId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"removeAccountFromPool\"\n },\n \"summary\": \"Remove an account from a pool\",\n \"tags\": [\"payments.v1\"]\n },\n \"resetConnector\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/connectors/{connector}/reset\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"resetConnector\"\n },\n \"summary\": \"Reset a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"resetConnectorV1\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/connectors/{connector}/{connectorId}/reset\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"resetConnectorV1\"\n },\n \"summary\": \"Reset a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"retryTransferInitiation\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/transfer-initiations/{transferId}/retry\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"retryTransferInitiation\"\n },\n \"summary\": \"Retry a failed transfer initiation\",\n \"tags\": [\"payments.v1\"]\n },\n \"reverseTransferInitiation\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/transfer-initiations/{transferId}/reverse\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"reverseTransferInitiation\"\n },\n \"summary\": \"Reverse a transfer initiation\",\n \"tags\": [\"payments.v1\"]\n },\n \"revertTransaction\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/{ledger}/transactions/{txid}/revert\",\n \"pathParams\": [\"ledger\", \"txid\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"revertTransaction\"\n },\n \"summary\": \"Revert a ledger transaction by its ID\",\n \"tags\": [\"ledger.v1\"]\n },\n \"runScript\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/{ledger}/script\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"runScript\"\n },\n \"summary\": \"Execute a Numscript\",\n \"tags\": [\"ledger.v1\"]\n },\n \"runWorkflow\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/workflows/{workflowID}/instances\",\n \"pathParams\": [\"workflowID\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"runWorkflow\"\n },\n \"summary\": \"Run workflow\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"search\": {\n \"method\": \"POST\",\n \"path\": \"/api/search/\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"searchV1\",\n \"method\": \"search\"\n },\n \"summary\": \"search.v1\",\n \"tags\": [\"search.v1\"]\n },\n \"sendEvent\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/instances/{instanceID}/events\",\n \"pathParams\": [\"instanceID\"],\n \"sdk\": {\n \"module\": \"orchestrationV1\",\n \"method\": \"sendEvent\"\n },\n \"summary\": \"Send an event to a running workflow\",\n \"tags\": [\"orchestration.v1\"]\n },\n \"testConfig\": {\n \"method\": \"GET\",\n \"path\": \"/api/webhooks/configs/{id}/test\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"webhooksV1\",\n \"method\": \"testConfig\"\n },\n \"summary\": \"Test one config\",\n \"tags\": [\"webhooks.v1\"]\n },\n \"testTrigger\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/v2/triggers/{triggerID}/test\",\n \"pathParams\": [\"triggerID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"testTrigger\"\n },\n \"summary\": \"Test trigger\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"uninstallConnector\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/connectors/{connector}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"uninstallConnector\"\n },\n \"summary\": \"Uninstall a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"uninstallConnectorV1\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/connectors/{connector}/{connectorId}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"uninstallConnectorV1\"\n },\n \"summary\": \"Uninstall a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"updateBankAccountMetadata\": {\n \"method\": \"PATCH\",\n \"path\": \"/api/payments/bank-accounts/{bankAccountId}/metadata\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"updateBankAccountMetadata\"\n },\n \"summary\": \"Update metadata of a bank account\",\n \"tags\": [\"payments.v1\"]\n },\n \"updateClient\": {\n \"method\": \"PUT\",\n \"path\": \"/api/auth/clients/{clientId}\",\n \"pathParams\": [\"clientId\"],\n \"sdk\": {\n \"module\": \"authV1\",\n \"method\": \"updateClient\"\n },\n \"summary\": \"Update client\",\n \"tags\": [\"auth.v1\"]\n },\n \"updateConfig\": {\n \"method\": \"PUT\",\n \"path\": \"/api/webhooks/configs/{id}\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"webhooksV1\",\n \"method\": \"updateConfig\"\n },\n \"summary\": \"Update one config\",\n \"tags\": [\"webhooks.v1\"]\n },\n \"updateConnectorConfigV1\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/connectors/{connector}/{connectorId}/config\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"updateConnectorConfigV1\"\n },\n \"summary\": \"Update the config of a connector\",\n \"tags\": [\"payments.v1\"]\n },\n \"updateMapping\": {\n \"method\": \"PUT\",\n \"path\": \"/api/ledger/{ledger}/mapping\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV1\",\n \"method\": \"updateMapping\"\n },\n \"summary\": \"Update the mapping of a ledger\",\n \"tags\": [\"ledger.v1\"]\n },\n \"updateMetadata\": {\n \"method\": \"PATCH\",\n \"path\": \"/api/payments/payments/{paymentId}/metadata\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"updateMetadata\"\n },\n \"summary\": \"Update metadata\",\n \"tags\": [\"payments.v1\"]\n },\n \"updatePoolQuery\": {\n \"method\": \"PATCH\",\n \"path\": \"/api/payments/pools/{poolId}/query\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"updatePoolQuery\"\n },\n \"summary\": \"Update the query of a pool\",\n \"tags\": [\"payments.v1\"]\n },\n \"updateTransferInitiationStatus\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/transfer-initiations/{transferId}/status\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV1\",\n \"method\": \"updateTransferInitiationStatus\"\n },\n \"summary\": \"Update the status of a transfer initiation\",\n \"tags\": [\"payments.v1\"]\n },\n \"updateWallet\": {\n \"method\": \"PATCH\",\n \"path\": \"/api/wallets/wallets/{id}\",\n \"pathParams\": [\"id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"updateWallet\"\n },\n \"summary\": \"Update a wallet\",\n \"tags\": [\"wallets.v1\"]\n },\n \"v2AddMetadataOnTransaction\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/transactions/{id}/metadata\",\n \"pathParams\": [\"ledger\", \"id\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"addMetadataOnTransaction\"\n },\n \"summary\": \"Set the metadata of a transaction by its ID\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2AddMetadataToAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/accounts/{address}/metadata\",\n \"pathParams\": [\"ledger\", \"address\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"addMetadataToAccount\"\n },\n \"summary\": \"Add metadata to an account\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2CancelEvent\": {\n \"method\": \"PUT\",\n \"path\": \"/api/orchestration/v2/instances/{instanceID}/abort\",\n \"pathParams\": [\"instanceID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"cancelEvent\"\n },\n \"summary\": \"Cancel a running workflow\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2CountAccounts\": {\n \"method\": \"HEAD\",\n \"path\": \"/api/ledger/v2/{ledger}/accounts\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"countAccounts\"\n },\n \"summary\": \"Count the accounts from a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2CountTransactions\": {\n \"method\": \"HEAD\",\n \"path\": \"/api/ledger/v2/{ledger}/transactions\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"countTransactions\"\n },\n \"summary\": \"Count the transactions from a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2CreateBulk\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/_bulk\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"createBulk\"\n },\n \"summary\": \"Bulk request\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2CreateExporter\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/_/exporters\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"createExporter\"\n },\n \"summary\": \"Create exporter\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2CreateLedger\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"createLedger\"\n },\n \"summary\": \"Create a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2CreatePipeline\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/pipelines\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"createPipeline\"\n },\n \"summary\": \"Create pipeline\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2CreateTransaction\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/transactions\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"createTransaction\"\n },\n \"summary\": \"Create a new transaction to a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2CreateTrigger\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/v2/triggers\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"createTrigger\"\n },\n \"summary\": \"Create trigger\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2CreateWorkflow\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/v2/workflows\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"createWorkflow\"\n },\n \"summary\": \"Create workflow\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2DeleteAccountMetadata\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/ledger/v2/{ledger}/accounts/{address}/metadata/{key}\",\n \"pathParams\": [\"ledger\", \"address\", \"key\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"deleteAccountMetadata\"\n },\n \"summary\": \"Delete metadata by key\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2DeleteBucket\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/ledger/v2/_/buckets/{bucket}\",\n \"pathParams\": [\"bucket\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"deleteBucket\"\n },\n \"summary\": \"Delete bucket\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2DeleteExporter\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/ledger/v2/_/exporters/{exporterID}\",\n \"pathParams\": [\"exporterID\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"deleteExporter\"\n },\n \"summary\": \"Delete exporter\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2DeleteLedgerMetadata\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/ledger/v2/{ledger}/metadata/{key}\",\n \"pathParams\": [\"ledger\", \"key\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"deleteLedgerMetadata\"\n },\n \"summary\": \"Delete ledger metadata by key\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2DeletePipeline\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/ledger/v2/{ledger}/pipelines/{pipelineID}\",\n \"pathParams\": [\"ledger\", \"pipelineID\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"deletePipeline\"\n },\n \"summary\": \"Delete pipeline\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2DeleteTransactionMetadata\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/ledger/v2/{ledger}/transactions/{id}/metadata/{key}\",\n \"pathParams\": [\"ledger\", \"id\", \"key\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"deleteTransactionMetadata\"\n },\n \"summary\": \"Delete metadata by key\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2DeleteTrigger\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/orchestration/v2/triggers/{triggerID}\",\n \"pathParams\": [\"triggerID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"deleteTrigger\"\n },\n \"summary\": \"Delete trigger\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2DeleteWorkflow\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/orchestration/v2/workflows/{flowId}\",\n \"pathParams\": [\"flowId\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"deleteWorkflow\"\n },\n \"summary\": \"Delete a flow by id\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2ExportLogs\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/logs/export\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"exportLogs\"\n },\n \"summary\": \"Export logs\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetAccount\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/accounts/{address}\",\n \"pathParams\": [\"ledger\", \"address\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getAccount\"\n },\n \"summary\": \"Get account by its address\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetBalancesAggregated\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/aggregate/balances\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getBalancesAggregated\"\n },\n \"summary\": \"Get the aggregated balances from selected accounts\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetExporterState\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/_/exporters/{exporterID}\",\n \"pathParams\": [\"exporterID\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getExporterState\"\n },\n \"summary\": \"Get exporter state\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetInfo\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/_/info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"ledger\",\n \"method\": \"getInfo\"\n },\n \"summary\": \"Show server information\",\n \"tags\": [\"ledger\"]\n },\n \"v2GetInstance\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/instances/{instanceID}\",\n \"pathParams\": [\"instanceID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"getInstance\"\n },\n \"summary\": \"Get a workflow instance by id\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2GetInstanceHistory\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/instances/{instanceID}/history\",\n \"pathParams\": [\"instanceID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"getInstanceHistory\"\n },\n \"summary\": \"Get a workflow instance history by id\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2GetInstanceStageHistory\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/instances/{instanceID}/stages/{number}/history\",\n \"pathParams\": [\"instanceID\", \"number\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"getInstanceStageHistory\"\n },\n \"summary\": \"Get a workflow instance stage history\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2GetLedger\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getLedger\"\n },\n \"summary\": \"Get a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetLedgerInfo\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/_info\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getLedgerInfo\"\n },\n \"summary\": \"Get information about a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetPipelineState\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/pipelines/{pipelineID}\",\n \"pathParams\": [\"ledger\", \"pipelineID\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getPipelineState\"\n },\n \"summary\": \"Get pipeline state\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetSchema\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/schemas/{version}\",\n \"pathParams\": [\"ledger\", \"version\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getSchema\"\n },\n \"summary\": \"Get a schema for a ledger by version\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetServerInfo\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/_info\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"getServerInfo\"\n },\n \"summary\": \"Get server info\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2GetTransaction\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/transactions/{id}\",\n \"pathParams\": [\"ledger\", \"id\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getTransaction\"\n },\n \"summary\": \"Get transaction from a ledger by its ID\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetVolumesWithBalances\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/volumes\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"getVolumesWithBalances\"\n },\n \"summary\": \"Get list of volumes with balances for (account/asset)\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2GetWorkflow\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/workflows/{flowId}\",\n \"pathParams\": [\"flowId\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"getWorkflow\"\n },\n \"summary\": \"Get a flow by id\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2ImportLogs\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/logs/import\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"importLogs\"\n },\n \"tags\": [\"ledger.v2\"]\n },\n \"v2InsertSchema\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/schemas/{version}\",\n \"pathParams\": [\"ledger\", \"version\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"insertSchema\"\n },\n \"summary\": \"Insert a schema for a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ListAccounts\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/accounts\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"listAccounts\"\n },\n \"summary\": \"List accounts from a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ListExporters\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/_/exporters\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"listExporters\"\n },\n \"summary\": \"List exporters\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ListInstances\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/instances\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"listInstances\"\n },\n \"summary\": \"List instances of a workflow\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2ListLedgers\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"listLedgers\"\n },\n \"summary\": \"List ledgers\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ListLogs\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/logs\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"listLogs\"\n },\n \"summary\": \"List the logs from a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ListPipelines\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/pipelines\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"listPipelines\"\n },\n \"summary\": \"List pipelines\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ListSchemas\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/schemas\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"listSchemas\"\n },\n \"summary\": \"List all schemas for a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ListTransactions\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/transactions\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"listTransactions\"\n },\n \"summary\": \"List transactions from a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ListTriggers\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/triggers\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"listTriggers\"\n },\n \"summary\": \"List triggers\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2ListTriggersOccurrences\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/triggers/{triggerID}/occurrences\",\n \"pathParams\": [\"triggerID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"listTriggersOccurrences\"\n },\n \"summary\": \"List triggers occurrences\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2ListWorkflows\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/workflows\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"listWorkflows\"\n },\n \"summary\": \"List registered workflows\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2ReadStats\": {\n \"method\": \"GET\",\n \"path\": \"/api/ledger/v2/{ledger}/stats\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"readStats\"\n },\n \"summary\": \"Get statistics from a ledger\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2ReadTrigger\": {\n \"method\": \"GET\",\n \"path\": \"/api/orchestration/v2/triggers/{triggerID}\",\n \"pathParams\": [\"triggerID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"readTrigger\"\n },\n \"summary\": \"Read trigger\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2ResetPipeline\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/pipelines/{pipelineID}/reset\",\n \"pathParams\": [\"ledger\", \"pipelineID\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"resetPipeline\"\n },\n \"summary\": \"Reset pipeline\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2RestoreBucket\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/_/buckets/{bucket}/restore\",\n \"pathParams\": [\"bucket\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"restoreBucket\"\n },\n \"summary\": \"Restore bucket\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2RevertTransaction\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/transactions/{id}/revert\",\n \"pathParams\": [\"ledger\", \"id\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"revertTransaction\"\n },\n \"summary\": \"Revert a ledger transaction by its ID\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2RunQuery\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/queries/{id}/run\",\n \"pathParams\": [\"ledger\", \"id\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"runQuery\"\n },\n \"summary\": \"Run a query template\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2RunWorkflow\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/v2/workflows/{workflowID}/instances\",\n \"pathParams\": [\"workflowID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"runWorkflow\"\n },\n \"summary\": \"Run workflow\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2SendEvent\": {\n \"method\": \"POST\",\n \"path\": \"/api/orchestration/v2/instances/{instanceID}/events\",\n \"pathParams\": [\"instanceID\"],\n \"sdk\": {\n \"module\": \"orchestrationV2\",\n \"method\": \"sendEvent\"\n },\n \"summary\": \"Send an event to a running workflow\",\n \"tags\": [\"orchestration.v2\"]\n },\n \"v2StartPipeline\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/pipelines/{pipelineID}/start\",\n \"pathParams\": [\"ledger\", \"pipelineID\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"startPipeline\"\n },\n \"summary\": \"Start pipeline\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2StopPipeline\": {\n \"method\": \"POST\",\n \"path\": \"/api/ledger/v2/{ledger}/pipelines/{pipelineID}/stop\",\n \"pathParams\": [\"ledger\", \"pipelineID\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"stopPipeline\"\n },\n \"summary\": \"Stop pipeline\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2UpdateExporter\": {\n \"method\": \"PUT\",\n \"path\": \"/api/ledger/v2/_/exporters/{exporterID}\",\n \"pathParams\": [\"exporterID\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"updateExporter\"\n },\n \"summary\": \"Update exporter\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v2UpdateLedgerMetadata\": {\n \"method\": \"PUT\",\n \"path\": \"/api/ledger/v2/{ledger}/metadata\",\n \"pathParams\": [\"ledger\"],\n \"sdk\": {\n \"module\": \"ledgerV2\",\n \"method\": \"updateLedgerMetadata\"\n },\n \"summary\": \"Update ledger metadata\",\n \"tags\": [\"ledger.v2\"]\n },\n \"v3AddAccountToPool\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/pools/{poolID}/accounts/{accountID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"addAccountToPool\"\n },\n \"summary\": \"Add an account to a pool\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3AddBankAccountToPaymentServiceUser\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/bank-accounts/{bankAccountID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"addBankAccountToPaymentServiceUser\"\n },\n \"summary\": \"Add a bank account to a payment service user\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ApprovePaymentInitiation\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-initiations/{paymentInitiationID}/approve\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"approvePaymentInitiation\"\n },\n \"summary\": \"Approve a payment initiation\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3CreateAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"createAccount\"\n },\n \"summary\": \"Create a formance account object. This object will not be forwarded to the connector. It is only used for internal purposes.\\n\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3CreateBankAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/bank-accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"createBankAccount\"\n },\n \"summary\": \"Create a formance bank account object. This object will not be forwarded to the connector until you called the forwardBankAccount method.\\n\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3CreateLinkForPaymentServiceUser\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/create-link\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"createLinkForPaymentServiceUser\"\n },\n \"summary\": \"Create an authentication link for a payment service user on a connector, for oauth flow\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3CreatePayment\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payments\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"createPayment\"\n },\n \"summary\": \"Create a formance payment object. This object will not be forwarded to the connector. It is only used for internal purposes.\\n\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3CreatePaymentServiceUser\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-service-users\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"createPaymentServiceUser\"\n },\n \"summary\": \"Create a formance payment service user object\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3CreatePool\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/pools\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"createPool\"\n },\n \"summary\": \"Create a formance pool object\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3DeletePaymentInitiation\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/v3/payment-initiations/{paymentInitiationID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"deletePaymentInitiation\"\n },\n \"summary\": \"Delete a payment initiation by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3DeletePaymentServiceUser\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"deletePaymentServiceUser\"\n },\n \"summary\": \"Delete a payment service user by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3DeletePaymentServiceUserConnectionFromConnectorID\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/connections/{connectionID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"deletePaymentServiceUserConnectionFromConnectorID\"\n },\n \"summary\": \"Delete a connection for a payment service user on a connector\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3DeletePaymentServiceUserConnector\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"deletePaymentServiceUserConnector\"\n },\n \"summary\": \"Remove a payment service user from a connector, the PSU will still exist in Formance\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3DeletePool\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/v3/pools/{poolID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"deletePool\"\n },\n \"summary\": \"Delete a pool by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ForwardBankAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/bank-accounts/{bankAccountID}/forward\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"forwardBankAccount\"\n },\n \"summary\": \"Forward a Bank Account to a PSP for creation\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ForwardPaymentServiceUserBankAccount\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/bank-accounts/{bankAccountID}/forward\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"forwardPaymentServiceUserBankAccount\"\n },\n \"summary\": \"Forward a payment service user's bank account to a connector\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ForwardPaymentServiceUserToProvider\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/forward\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"forwardPaymentServiceUserToProvider\"\n },\n \"summary\": \"Register/forward a payment service user on/to a connector\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetAccount\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/accounts/{accountID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getAccount\"\n },\n \"summary\": \"Get an account by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetAccountBalances\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/accounts/{accountID}/balances\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getAccountBalances\"\n },\n \"summary\": \"Get account balances\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetBankAccount\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/bank-accounts/{bankAccountID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getBankAccount\"\n },\n \"summary\": \"Get a Bank Account by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetConnectorConfig\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/connectors/{connectorID}/config\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getConnectorConfig\"\n },\n \"summary\": \"Get a connector configuration by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetConnectorSchedule\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/connectors/{connectorID}/schedules/{scheduleID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getConnectorSchedule\"\n },\n \"summary\": \"Get a connector schedule by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetPayment\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payments/{paymentID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getPayment\"\n },\n \"summary\": \"Get a payment by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetPaymentInitiation\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-initiations/{paymentInitiationID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getPaymentInitiation\"\n },\n \"summary\": \"Get a payment initiation by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetPaymentServiceUser\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getPaymentServiceUser\"\n },\n \"summary\": \"Get a payment service user by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetPaymentServiceUserLinkAttemptFromConnectorID\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/link-attempts/{attemptID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getPaymentServiceUserLinkAttemptFromConnectorID\"\n },\n \"summary\": \"Get a link attempt for a payment service user on a connector\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetPool\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/pools/{poolID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getPool\"\n },\n \"summary\": \"Get a pool by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetPoolBalances\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/pools/{poolID}/balances\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getPoolBalances\"\n },\n \"summary\": \"Get historical pool balances from a particular point in time\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetPoolBalancesLatest\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/pools/{poolID}/balances/latest\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getPoolBalancesLatest\"\n },\n \"summary\": \"Get latest pool balances\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3GetTask\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/tasks/{taskID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"getTask\"\n },\n \"summary\": \"Get a task and its result by ID\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3InitiatePayment\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-initiations\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"initiatePayment\"\n },\n \"summary\": \"Initiate a payment\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3InstallConnector\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/connectors/install/{connector}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"installConnector\"\n },\n \"summary\": \"Install a connector\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListAccounts\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listAccounts\"\n },\n \"summary\": \"List all accounts\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListBankAccounts\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/bank-accounts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listBankAccounts\"\n },\n \"summary\": \"List all bank accounts\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListConnectorConfigs\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/connectors/configs\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listConnectorConfigs\"\n },\n \"summary\": \"List all connector configurations\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListConnectorScheduleInstances\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/connectors/{connectorID}/schedules/{scheduleID}/instances\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listConnectorScheduleInstances\"\n },\n \"summary\": \"List all connector schedule instances\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListConnectorSchedules\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/connectors/{connectorID}/schedules\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listConnectorSchedules\"\n },\n \"summary\": \"List all connector schedules\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListConnectors\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/connectors\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listConnectors\"\n },\n \"summary\": \"List all connectors\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPaymentInitiationAdjustments\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-initiations/{paymentInitiationID}/adjustments\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPaymentInitiationAdjustments\"\n },\n \"summary\": \"List all payment initiation adjustments\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPaymentInitiationRelatedPayments\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-initiations/{paymentInitiationID}/payments\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPaymentInitiationRelatedPayments\"\n },\n \"summary\": \"List all payments related to a payment initiation\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPaymentInitiations\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-initiations\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPaymentInitiations\"\n },\n \"summary\": \"List all payment initiations\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPaymentServiceUserConnections\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connections\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPaymentServiceUserConnections\"\n },\n \"summary\": \"List all connections for a payment service user\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPaymentServiceUserConnectionsFromConnectorID\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/connections\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPaymentServiceUserConnectionsFromConnectorID\"\n },\n \"summary\": \"List enabled connections for a payment service user on a connector (i.e. the various banks PSUser has enabled on the connector)\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPaymentServiceUserLinkAttemptsFromConnectorID\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/link-attempts\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPaymentServiceUserLinkAttemptsFromConnectorID\"\n },\n \"summary\": \"List all link attempts for a payment service user on a connector.\\nAllows to check if users used the link and completed the oauth flow.\\n\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPaymentServiceUsers\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payment-service-users\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPaymentServiceUsers\"\n },\n \"summary\": \"List all payment service users\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPayments\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/payments\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPayments\"\n },\n \"summary\": \"List all payments\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ListPools\": {\n \"method\": \"GET\",\n \"path\": \"/api/payments/v3/pools\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"listPools\"\n },\n \"summary\": \"List all pools\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3RejectPaymentInitiation\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-initiations/{paymentInitiationID}/reject\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"rejectPaymentInitiation\"\n },\n \"summary\": \"Reject a payment initiation\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3RemoveAccountFromPool\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/v3/pools/{poolID}/accounts/{accountID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"removeAccountFromPool\"\n },\n \"summary\": \"Remove an account from a pool\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ResetConnector\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/connectors/{connectorID}/reset\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"resetConnector\"\n },\n \"summary\": \"Reset a connector. Be aware that this will delete all data and stop all existing tasks like payment initiations and bank account creations.\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3RetryPaymentInitiation\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-initiations/{paymentInitiationID}/retry\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"retryPaymentInitiation\"\n },\n \"summary\": \"Retry a payment initiation\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3ReversePaymentInitiation\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-initiations/{paymentInitiationID}/reverse\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"reversePaymentInitiation\"\n },\n \"summary\": \"Reverse a payment initiation\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3UninstallConnector\": {\n \"method\": \"DELETE\",\n \"path\": \"/api/payments/v3/connectors/{connectorID}\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"uninstallConnector\"\n },\n \"summary\": \"Uninstall a connector\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3UpdateBankAccountMetadata\": {\n \"method\": \"PATCH\",\n \"path\": \"/api/payments/v3/bank-accounts/{bankAccountID}/metadata\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"updateBankAccountMetadata\"\n },\n \"summary\": \"Update a bank account's metadata\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3UpdateConnectorConfig\": {\n \"method\": \"PATCH\",\n \"path\": \"/api/payments/v3/connectors/{connectorID}/config\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"updateConnectorConfig\"\n },\n \"summary\": \"Update the config of a connector\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3UpdateLinkForPaymentServiceUserOnConnector\": {\n \"method\": \"POST\",\n \"path\": \"/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/connections/{connectionID}/update-link\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"updateLinkForPaymentServiceUserOnConnector\"\n },\n \"summary\": \"Update/Regenerate a link for a payment service user on a connector\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3UpdatePaymentMetadata\": {\n \"method\": \"PATCH\",\n \"path\": \"/api/payments/v3/payments/{paymentID}/metadata\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"updatePaymentMetadata\"\n },\n \"summary\": \"Update a payment's metadata\",\n \"tags\": [\"payments.v3\"]\n },\n \"v3UpdatePoolQuery\": {\n \"method\": \"PATCH\",\n \"path\": \"/api/payments/v3/pools/{poolID}/query\",\n \"pathParams\": [],\n \"sdk\": {\n \"module\": \"paymentsV3\",\n \"method\": \"updatePoolQuery\"\n },\n \"summary\": \"Update the query of a pool\",\n \"tags\": [\"payments.v3\"]\n },\n \"voidHold\": {\n \"method\": \"POST\",\n \"path\": \"/api/wallets/holds/{hold_id}/void\",\n \"pathParams\": [\"hold_id\"],\n \"sdk\": {\n \"module\": \"walletsV1\",\n \"method\": \"voidHold\"\n },\n \"summary\": \"Cancel a hold\",\n \"tags\": [\"wallets.v1\"]\n }\n }\n}\n", "type": "registry:file", "target": "lib/stack-operations.json" } ], "type": "registry:file" }