Skip to content

Commit 6d21987

Browse files
authored
Merge pull request #8758 from BitGo/dx-1065-express-x-internal-false
docs(express): set x-internal: false on 4 operations
2 parents d697e42 + 5361076 commit 6d21987

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

modules/express/src/typedRoutes/api/v1/acceptShare.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const AcceptShareResponse = t.type({
8787
*
8888
* @operationId express.v1.wallet.acceptShare
8989
* @tag Express
90+
* @public
9091
*/
9192
export const PostAcceptShare = httpRoute({
9293
path: '/api/v1/walletshare/{shareId}/acceptShare',

modules/express/src/typedRoutes/api/v1/simpleCreate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export const SimpleCreateResponse = t.intersection([
7373
*
7474
* @operationId express.v1.wallet.simplecreate
7575
* @tag Express
76+
* @public
7677
*/
7778
export const PostSimpleCreate = httpRoute({
7879
path: '/api/v1/wallets/simplecreate',

modules/express/src/typedRoutes/api/v2/verifyCoinAddress.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const VerifyAddressV2Body = {
3030
*
3131
* @operationId express.verifycoinaddress
3232
* @tag Express
33+
* @public
3334
*/
3435
export const PostVerifyCoinAddress = httpRoute({
3536
path: '/api/v2/{coin}/verifyaddress',

0 commit comments

Comments
 (0)