Commit 5361076
committed
docs(express): set x-internal: false on 4 operations
Add @public JSDoc tag to the 3 routes that were missing an explicit
visibility declaration. The 4th route (GET /api/v2/ping) already had
@public. The @public tag generates x-internal: false in the synced
express.yaml OpenAPI spec, satisfying the openapi-spec-quality lint rule.
Routes updated:
- POST /api/v1/wallets/simplecreate
- POST /api/v1/walletshare/{shareId}/acceptShare
- POST /api/v2/{coin}/verifyaddress
Ticket: DX-1065
Session-Id: 2350e389-b3c4-46ab-abd0-4bb17ef1df96
Task-Id: a2a9ad52-5781-4878-856b-c2484c5eb1581 parent 2dba4cc commit 5361076
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments