@@ -2060,11 +2060,11 @@ paths:
20602060 $ref: '#/components/schemas/V1ErrorResponse'
20612061 /api/network/v1/enterprises/{enterpriseId}/clients:
20622062 post:
2063- summary: Create Client
2064- description: Create a new BitGo Network client.
2063+ summary: Create client
2064+ description: Create a new Go Network client.
20652065 operationId: v1ClientsPostRoute
20662066 tags:
2067- - Onboarding
2067+ - Client Onboarding
20682068 parameters:
20692069 - name: enterpriseId
20702070 in: path
@@ -2131,9 +2131,9 @@ paths:
21312131 $ref: '#/components/schemas/V1ErrorPayload'
21322132 /api/network/v1/enterprises/{enterpriseId}/clients/allocations:
21332133 get:
2134- summary: List Client Allocations and Deallocations
2134+ summary: List client allocations and deallocations
21352135 description: |-
2136- This API call allows clients to get a list of allocations & deallocations for any connected network account.
2136+ This API call allows clients to get a list of allocations and deallocations for any connected network account.
21372137 Note that this endpoint requires a “types” query parameter set to “allocation” to view allocations
21382138 or "deallocation" to view deallocations.
21392139 operationId: v1ClientAllocationsGetRoute
@@ -2294,8 +2294,8 @@ paths:
22942294 $ref: '#/components/schemas/V1ErrorPayload'
22952295 /api/network/v1/enterprises/{enterpriseId}/clients/allocations/{allocationId}:
22962296 get:
2297- summary: Get client Allocation or Deallocation
2298- description: Returns an allocation or deallocation. For use only by BitGo Network clients.
2297+ summary: Get client allocation or deallocation
2298+ description: Returns an allocation or deallocation. For use only by Go Network clients.
22992299 operationId: v1ClientAllocationGetRoute
23002300 tags:
23012301 - Client Allocations & Deallocations
@@ -2377,7 +2377,7 @@ paths:
23772377 $ref: '#/components/schemas/V1ErrorPayload'
23782378 /api/network/v1/enterprises/{enterpriseId}/clients/balances:
23792379 get:
2380- summary: List Client Balances
2380+ summary: List client balances
23812381 description: |-
23822382 This API call allows clients to get trading and allocated balances at BitGo for any connected trading partner.
23832383 The trading balances are live data. The data under networkBalances are not the live balances at the partner,
@@ -2481,11 +2481,11 @@ paths:
24812481 $ref: '#/components/schemas/V1ErrorPayload'
24822482 /api/network/v1/enterprises/{enterpriseId}/clients/connections:
24832483 get:
2484- summary: List Client Connections
2485- description: Lists all your BitGo Network connections. For use only by BitGo Network clients.
2484+ summary: List client connections
2485+ description: List all your Go network connections. For use only by Go network clients.
24862486 operationId: v1ClientConnectionsGetRoute
24872487 tags:
2488- - Activation
2488+ - Client Activation
24892489 parameters:
24902490 - name: pageNumber
24912491 in: query
@@ -2594,14 +2594,14 @@ paths:
25942594 schema:
25952595 $ref: '#/components/schemas/V1ErrorPayload'
25962596 post:
2597- summary: Connect to Partner
2597+ summary: Connect to partner
25982598 description: |-
2599- Connect your BitGo Network client account to a BitGo Network partner, enabling you to
2599+ Connect your Go Network client account to a Go Network partner, enabling you to
26002600 trade funds that you have custodied with BitGo. You must have an account on the partner's site.
26012601 Clients can have multiple connections to the same partner.
26022602 operationId: v1ClientConnectionsPostRoute
26032603 tags:
2604- - Activation
2604+ - Client Activation
26052605 parameters:
26062606 - name: enterpriseId
26072607 in: path
@@ -2714,7 +2714,7 @@ paths:
27142714 description: Returns a BitGo Network connection by its connection ID. For use only by BitGo Network clients.
27152715 operationId: v1ClientConnectionGetRoute
27162716 tags:
2717- - Activation
2717+ - Client Activation
27182718 parameters:
27192719 - name: connectionId
27202720 in: path
@@ -2796,7 +2796,7 @@ paths:
27962796 description: Update a BitGo Network connection by its connection ID. For use only by BitGo Network clients.
27972797 operationId: v1ClientConnectionPutRoute
27982798 tags:
2799- - Activation
2799+ - Client Activation
28002800 parameters:
28012801 - name: enterpriseId
28022802 in: path
@@ -2892,12 +2892,12 @@ paths:
28922892 $ref: '#/components/schemas/V1ErrorPayload'
28932893 /api/network/v1/enterprises/{enterpriseId}/clients/connections/{connectionId}/allocations:
28942894 post:
2895- summary: Allocate funds to Partner Connection
2895+ summary: Allocate funds to partner connection
28962896 description: |-
28972897 This API call allows clients to allocate funds to a connected partner for trade.
28982898 A successful allocation indicates that funds are locked at BitGo and available for spend on the connected partner.
28992899 Note: Allocations will happen synchronously and allocated amounts can be viewed in the
2900- BitGo Application or via a balances endpoint.
2900+ BitGo application or via a balances endpoint.
29012901 operationId: V1ClientAllocationsPostRoute
29022902 tags:
29032903 - Client Allocations & Deallocations
@@ -3143,7 +3143,7 @@ paths:
31433143 $ref: '#/components/schemas/V1ReservedDeallocationOrErrorPayload'
31443144 /api/network/v1/enterprises/{enterpriseId}/clients/settlements:
31453145 get:
3146- summary: List Client Settlements
3146+ summary: List client settlements
31473147 description: This API call allows clients to get a list of settlements that involve their accounts and their metadata.
31483148 operationId: v1ClientSettlementsGetRoute
31493149 tags:
@@ -3257,7 +3257,7 @@ paths:
32573257 $ref: '#/components/schemas/V1ErrorPayload'
32583258 /api/network/v1/enterprises/{enterpriseId}/clients/settlements/{settlementId}:
32593259 get:
3260- summary: Get Client Settlement
3260+ summary: Get client settlement
32613261 description: |-
32623262 This API call allows clients to get a list of settlement transactions for any connected network account,
32633263 for a specific settlement. The settlement and its metadata will be returned along with all
@@ -3358,8 +3358,8 @@ paths:
33583358 $ref: '#/components/schemas/V1ErrorPayload'
33593359 /api/network/v1/enterprises/{enterpriseId}/clients/settlementTransfers:
33603360 get:
3361- summary: List Client Settlement Transfers
3362- description: Lists all settlement transfers for your BitGo Network client account.
3361+ summary: List client settlement transfers
3362+ description: Lists all settlement transfers for your Go Network client account.
33633363 operationId: v1ClientSettlementTransfersGetRoute
33643364 tags:
33653365 - Client Settlements & Transfers
@@ -3508,10 +3508,10 @@ paths:
35083508 /api/network/v1/enterprises/{enterpriseId}/partners:
35093509 get:
35103510 summary: List Partners
3511- description: Lists all BitGo Network Partners.
3511+ description: Lists all Go Network Partners.
35123512 operationId: v1PartnersGetRoute
35133513 tags:
3514- - Onboarding
3514+ - Partner Onboarding
35153515 parameters:
35163516 - name: pageNumber
35173517 in: query
@@ -3622,7 +3622,7 @@ paths:
36223622 $ref: '#/components/schemas/V1ErrorPayload'
36233623 post:
36243624 summary: Create Partner
3625- description: Create a new BitGo Network Partner.
3625+ description: Create a new Go Network Partner.
36263626 operationId: v1PartnersPostRoute
36273627 tags:
36283628 - Onboarding
@@ -3715,7 +3715,7 @@ paths:
37153715 $ref: '#/components/schemas/V1ErrorPayload'
37163716 /api/network/v1/enterprises/{enterpriseId}/partners/allocations:
37173717 get:
3718- summary: List partner Allocations and Deallocations
3718+ summary: List partner allocations and deallocations
37193719 description: Lists all allocations and deallocations. For use only by BitGo Network partners.
37203720 operationId: v1PartnerAllocationsGetRoute
37213721 tags:
@@ -3870,8 +3870,8 @@ paths:
38703870 $ref: '#/components/schemas/V1ErrorPayload'
38713871 /api/network/v1/enterprises/{enterpriseId}/partners/allocations/{allocationId}:
38723872 get:
3873- summary: Get Partner Allocation or Deallocation
3874- description: Returns an allocation or deallocation. For use only by BitGo Network partners.
3873+ summary: Get partner allocation or deallocation
3874+ description: Returns an allocation or deallocation. For use only by Go Network partners.
38753875 operationId: v1PartnerAllocationGetRoute
38763876 tags:
38773877 - Partner Allocations & Deallocations
@@ -4068,10 +4068,10 @@ paths:
40684068 /api/network/v1/enterprises/{enterpriseId}/partners/connections:
40694069 get:
40704070 summary: List Partner Connections
4071- description: Returns all your BitGo Network connections. For use only by BitGo Network partners.
4071+ description: Returns all your Go network connections. For use only by Go Network partners.
40724072 operationId: v1PartnerConnectionsGetRoute
40734073 tags:
4074- - Activation
4074+ - Partner Activation
40754075 parameters:
40764076 - name: pageNumber
40774077 in: query
@@ -4196,10 +4196,10 @@ paths:
41964196 /api/network/v1/enterprises/{enterpriseId}/partners/connections/{connectionId}:
41974197 get:
41984198 summary: Get Partner Connection
4199- description: Returns a BitGo Network connection by its connection ID. For use only by BitGo Network partners.
4199+ description: Returns a Go Network connection by its connection ID. For use only by Go Network partners.
42004200 operationId: v1PartnerConnectionGetRoute
42014201 tags:
4202- - Activation
4202+ - Partner Activation
42034203 parameters:
42044204 - name: connectionId
42054205 in: path
@@ -4272,8 +4272,8 @@ paths:
42724272 $ref: '#/components/schemas/V1ErrorPayload'
42734273 /api/network/v1/enterprises/{enterpriseId}/partners/settlements:
42744274 get:
4275- summary: List Partner Settlements
4276- description: Lists all settlements for your BitGo Network partner account.
4275+ summary: List partner settlements
4276+ description: Lists all settlements for your Go Network partner account.
42774277 operationId: v1PartnerSettlementsGetRoute
42784278 tags:
42794279 - Partner Settlements & Transfers
@@ -4379,8 +4379,8 @@ paths:
43794379 schema:
43804380 $ref: '#/components/schemas/V1ErrorPayload'
43814381 post:
4382- summary: Perform Partner Settlement
4383- description: Partner route to perform a Settlement .
4382+ summary: Perform partner settlement
4383+ description: Partner route to perform a settlement .
43844384 operationId: v1PartnerSettlementsPostRoute
43854385 tags:
43864386 - Partner Settlements & Transfers
@@ -4485,8 +4485,8 @@ paths:
44854485 $ref: '#/components/schemas/V1PartnerIncompleteSettlementOrErrorPayload'
44864486 /api/network/v1/enterprises/{enterpriseId}/partners/settlements/{settlementId}:
44874487 get:
4488- summary: Get Partner Settlement
4489- description: Returns a settlement for your BitGo Network partner account.
4488+ summary: Get partner settlement
4489+ description: Returns a settlement for your Go Network partner account.
44904490 operationId: v1PartnerSettlementGetRoute
44914491 tags:
44924492 - Partner Settlements & Transfers
@@ -4611,9 +4611,9 @@ paths:
46114611 $ref: '#/components/schemas/V1ErrorPayload'
46124612 /api/network/v1/enterprises/{enterpriseId}/partners/settlements/nonReconciled:
46134613 post:
4614- summary: '[DEPRECATED] Perform Partner Settlement '
4614+ summary: '[DEPRECATED] Perform partner settlement '
46154615 description: |-
4616- [DEPRECATED] Partner route to perform a Settlement .
4616+ [DEPRECATED] Partner route to perform a settlement .
46174617
46184618 NOTE: this route is being deprecated in favor
46194619 of the POST /api/network/v1/enterprises/{enterpriseId}/partners/settlements route.
@@ -4834,7 +4834,7 @@ paths:
48344834 /api/network/v1/enterprises/{enterpriseId}/partners/settlements/onchain/deposits:
48354835 post:
48364836 summary: Post deposit info for an on-chain settlement
4837- description: Partner route to provide external deposit information tied to an on-chain settlement.
4837+ description: Partner route for providing external deposit information tied to an on-chain settlement.
48384838 operationId: v1PartnerExtDepositsPostRoute
48394839 tags:
48404840 - Partner Settlements & Transfers
@@ -4954,7 +4954,7 @@ paths:
49544954 /api/network/v1/enterprises/{enterpriseId}/supportedCurrencies:
49554955 get:
49564956 summary: List Partner-Supported Currencies
4957- description: List currencies which can be allocated/deallocated to/from a connection to a BitGo Network Partner .
4957+ description: List all the currencies a given Go Network Partner supports for allocation and deallocation .
49584958 operationId: v1EnterpriseSupportedCurrenciesRoute
49594959 tags:
49604960 - Client Allocations & Deallocations
0 commit comments