Skip to content

Commit 9c01e7a

Browse files
Merge pull request #81 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents d18b0f6 + 7b76024 commit 9c01e7a

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

api.yaml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,13 @@ tags:
5050
- name: Password reset
5151
- name: Pending approval
5252
- name: Policy
53-
- name: Products
5453
- name: Reports
5554
- name: Send label
56-
- name: Signing policy
57-
description: |
58-
A signing policy includes signing and update requirements, which specifies the minimum
59-
number of cryptographic signatures, m, needed from a list of trusted public keys before
60-
they can make a transaction or update the policy itself. Signing policy provides extra security.
61-
It is BitGo's way of ensuring the transaction has been indeed authorized by the user and approved
62-
by a quorum of decision makers from the user's side before co-signing the transaction.
6355
- name: Transfer
6456
- name: Transaction request
6557
- name: TSS wallets
6658
- name: User
6759
- name: User Management
68-
- name: User group
69-
- name: User group member
70-
- name: User group wallet
7160
- name: Wallet
7261
- name: Wallet events
7362
description: |
@@ -18479,7 +18468,7 @@ paths:
1847918468
- Express
1848018469
summary: Lightning - Initialize node
1848118470
operationId: express.lightning.initWallet
18482-
description: Initialize a newly created Lightning Network Daemon (LND) for the first time. Returns the updated wallet with the encrypted admin macaroon in the 'coinSpecific' response field.
18471+
description: This is only used for self-custody lightning. Initialize a newly created Lightning Network Daemon (LND) for the first time. Returns the updated wallet with the encrypted admin macaroon in the 'coinSpecific' response field.
1848318472
parameters:
1848418473
- $ref: '#/components/parameters/pathLightningCoin'
1848518474
- $ref: '#/components/parameters/pathWalletId'
@@ -18509,7 +18498,7 @@ paths:
1850918498
- Express
1851018499
summary: Lightning - Create signer macaroon
1851118500
operationId: express.lightning.signerMacaroon
18512-
description: Create the signer macaroon for the watch-only Lightning Network Daemon (LND) node. This macaroon derives from the signer node admin macaroon and is used by the watch-only node to request signatures from the signer node for operational tasks. Returns the updated wallet with the encrypted signer macaroon in the 'coinSpecific' response field.
18501+
description: This is only used for self-custody lightning. Create the signer macaroon for the watch-only Lightning Network Daemon (LND) node. This macaroon derives from the signer node admin macaroon and is used by the watch-only node to request signatures from the signer node for operational tasks. Returns the updated wallet with the encrypted signer macaroon in the 'coinSpecific' response field.
1851318502
parameters:
1851418503
- $ref: '#/components/parameters/pathLightningCoin'
1851518504
- $ref: '#/components/parameters/pathWalletId'
@@ -18539,7 +18528,7 @@ paths:
1853918528
- Express
1854018529
summary: Lightning - Unlock node
1854118530
operationId: express.lightning.unlockWallet
18542-
description: Unlock the Lightning Network Daemon (LND) node with the given wallet password.
18531+
description: This is only used for self-custody lightning. Unlock the Lightning Network Daemon (LND) node with the given wallet password.
1854318532
parameters:
1854418533
- $ref: '#/components/parameters/pathLightningCoin'
1854518534
- $ref: '#/components/parameters/pathWalletId'
@@ -56192,13 +56181,11 @@ components:
5619256181
x-tagGroups:
5619356182
- name: API reference
5619456183
tags:
56195-
- Activation
5619656184
- Address
5619756185
- Approval Requests
5619856186
- Audit log
5619956187
- Bank account
5620056188
- Counterparties
56201-
- Clearing & Settlement
5620256189
- Client Allocations & Deallocations
5620356190
- Client Balances
5620456191
- Client Settlements & Transfers
@@ -56222,23 +56209,18 @@ x-tagGroups:
5622256209
- Partner Balances
5622356210
- Partner Settlements & Transfers
5622456211
- Pending approval
56225-
- Plaid
5622656212
- Policy Builder
56227-
- Portfolio REST API
5622856213
- User Management
5622956214
- CryptoCompare
5623056215
- Reports
5623156216
- Send label
56232-
- Staking
5623356217
- Staking Request
5623456218
- Staking State Information
5623556219
- Staking History
5623656220
- Settlement Onboarding
5623756221
- Settlement Signing
5623856222
- Settlements
5623956223
- Trade REST API
56240-
- Trading Account Settings
56241-
- Trading Partners
5624256224
- Transaction request
5624356225
- Transfer
5624456226
- User

0 commit comments

Comments
 (0)