Commit 0e35a0c
Nicki Nixon
fix(spec): add missing bearerAuth scheme and transaction parameters
Fix OpenAPI validation errors discovered by Redocly linter:
1. Add bearerAuth security scheme definition
- Was present in source v20111101.yaml but not synced during phases
- Required by 4 processor token endpoints
2. Add missing parameters to DELETE /users/{user_guid}/transactions/{transaction_guid}
- Added transactionGuid and userGuid parameter refs
- Pre-existing issue from source file
These fixes resolve all 6 critical errors. Spec now validates successfully
with 'npx @redocly/cli lint' (231 warnings remain, non-critical).
Root cause: Phase scripts didn't sync securitySchemes section from source.1 parent 511bef9 commit 0e35a0c
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2668 | 2668 | | |
2669 | 2669 | | |
2670 | 2670 | | |
| 2671 | + | |
| 2672 | + | |
| 2673 | + | |
2671 | 2674 | | |
2672 | 2675 | | |
2673 | 2676 | | |
| |||
8740 | 8743 | | |
8741 | 8744 | | |
8742 | 8745 | | |
| 8746 | + | |
| 8747 | + | |
| 8748 | + | |
0 commit comments