File tree Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -19206,36 +19206,6 @@ paths:
1920619206 oneOf:
1920719207 - $ref: '#/components/schemas/PlatformError3'
1920819208 - $ref: '#/components/schemas/InvalidWalletId'
19209- /api/v2/{coin}/wallet/lightning/{walletId}:
19210- put:
19211- tags:
19212- - Express
19213- summary: Update Wallet
19214- operationId: express.updateWallet
19215- description: Update wallet details.
19216- parameters:
19217- - $ref: '#/components/parameters/pathCoin'
19218- - $ref: '#/components/parameters/pathWalletId'
19219- requestBody:
19220- content:
19221- application/json:
19222- schema:
19223- $ref: '#/components/schemas/ExpressUpdateWalletRequest'
19224- responses:
19225- '200':
19226- description: OK
19227- content:
19228- application/json:
19229- schema:
19230- $ref: '#/components/schemas/Wallet1'
19231- '400':
19232- description: Bad Request
19233- content:
19234- application/json:
19235- schema:
19236- oneOf:
19237- - $ref: '#/components/schemas/PlatformError3'
19238- - $ref: '#/components/schemas/InvalidWalletId'
1923919209 /api/v2/{coin}/wallet/{walletId}/consolidateAccount:
1924019210 post:
1924119211 tags:
@@ -39376,21 +39346,6 @@ components:
3937639346 message:
3937739347 type: string
3937839348 example: ok
39379- ExpressUpdateWalletRequest:
39380- type: object
39381- properties:
39382- passphrase:
39383- type: string
39384- description: Wallet passphrase - required for lightning update
39385- signerMacaroon:
39386- type: string
39387- description: Optional signer macaroon (Lightning only)
39388- signerAdminMacaroon:
39389- type: string
39390- description: Optional signer admin macaroon (Lightning only)
39391- signerTlsKey:
39392- type: string
39393- description: Optional signer TLS key (Lightning only)
3939439349 ExpressVerifyCoinAddressRequest:
3939539350 type: object
3939639351 properties:
You can’t perform that action at this time.
0 commit comments