Skip to content

Commit f3fcd3d

Browse files
committed
docs: edits to op ids
1 parent d15f869 commit f3fcd3d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/masterBitgoExpress/routers/accelerateRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const AccelerateResponse: HttpResponse = {
8383
* Use this endpoint only with advanced wallets. For other wallet types, use [Accelerate Transaction](https://developers.bitgo.com/reference/expresswalletacceleratetx).
8484
*
8585
* @tag Advanced Wallets
86-
* @operationId advancedwalletacceleratetx
86+
* @operationId advancedwallet.accelerate.tx
8787
*/
8888
export const AccelerateRoute = httpRoute({
8989
method: 'POST',

src/masterBitgoExpress/routers/consolidateRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const ConsolidateResponse: HttpResponse = {
4242
* Use this endpoint only with advanced wallets. For other wallet types, use [Consolidate account (simple)](https://developers.bitgo.com/reference/expresswalletconsolidateaccount).
4343
*
4444
* @tag Advanced Wallets
45-
* @operationId advancedwalletconsolidate
45+
* @operationId advancedwallet.consolidate
4646
*/
4747
export const ConsolidateRoute = httpRoute({
4848
method: 'POST',

src/masterBitgoExpress/routers/consolidateUnspentsRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const ConsolidateUnspentsResponse: HttpResponse = {
8181
* Use this endpoint only with advanced wallets. For other wallet types, use [Consolidate unspents (simple)](https://developers.bitgo.com/reference/expresswalletconsolidateunspents).
8282
*
8383
* @tag Advanced Wallets
84-
* @operationId advancedwalletconsolidateunspents
84+
* @operationId advancedwallet.consolidate.unspents
8585
*/
8686
export const ConsolidateUnspentsRoute = httpRoute({
8787
method: 'POST',

src/masterBitgoExpress/routers/generateWalletRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ const GenerateWalletRequest = {
342342
* 5. Creates the wallet on BitGo with the 3 keys.
343343
*
344344
* @tag Advanced Wallets
345-
* @operationId advancedwalletgenerate
345+
* @operationId advancedwallet.generate
346346
*/
347347
export const WalletGenerateRoute = httpRoute({
348348
method: 'POST',

src/masterBitgoExpress/routers/recoveryConsolidationsRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const RecoveryConsolidationsWalletResponse: HttpResponse = {
122122
* Use this endpoint only with advanced wallets. For other wallet types, use the [Wallet Recovery Wizard](https://developers.bitgo.com/docs/wallets-recover#/).
123123
*
124124
* @tag Advanced Wallets
125-
* @operationId advancedwalletconsolidaterecovery
125+
* @operationId advancedwallet.consolidate.recovery
126126
*/
127127
export const RecoveryConsolidationsRoute = httpRoute({
128128
method: 'POST',

src/masterBitgoExpress/routers/recoveryRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const RecoveryWalletRequest = {
294294
* Use this endpoint only with advanced wallets. For other wallet types, use the [Wallet Recovery Wizard](https://developers.bitgo.com/docs/wallets-recover#/).
295295
*
296296
* @tag Advanced Wallets
297-
* @operationId advancedwalletrecovery
297+
* @operationId advancedwallet.recovery
298298
*/
299299
export const RecoveryRoute = httpRoute({
300300
method: 'POST',

src/masterBitgoExpress/routers/sendManyRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export const SendManyResponse: HttpResponse = {
219219
* Use this endpoint only with advanced wallets. For other wallet types, use [Send to many](https://developers.bitgo.com/reference/expresswalletsendmany).
220220
*
221221
* @tag Advanced Wallets
222-
* @operationId advancedwalletsendmany
222+
* @operationId advancedwallet.sendmany
223223
*/
224224
export const SendManyRoute = httpRoute({
225225
method: 'POST',

src/masterBitgoExpress/routers/signAndSendMpcRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const SignMpcResponse: HttpResponse = {
2626
* Use this endpoint only with advanced wallets. For other wallet types, use [Sign MPC transaction](https://developers.bitgo.com/reference/expresswalletsigntxtss).
2727
*
2828
* @tag Advanced Wallets
29-
* @operationId advancedwalletsigntxtss
29+
* @operationId advancedwallet.sign.tx.tss
3030
*/
3131
export const SignAndSendMpcRoute = httpRoute({
3232
method: 'POST',

0 commit comments

Comments
 (0)