Skip to content

Commit 908e894

Browse files
sapkappleboy
authored andcommitted
Fix swagger errors (#4220)
Fix all the resting errors to have a valid swagger file. They are still some warnings but nothing blocking. Doing so I found that some request still misses son parameters for some POST/PUT/PATCH request. This means the a client generated from the swagger file will not work completely. Fix #4088 by activating validation in drone Should fix #4010.
1 parent 0ba165e commit 908e894

15 files changed

+432
-254
lines changed

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pipeline:
7575
- make lint
7676
- make fmt-check
7777
- make swagger-check
78+
- make swagger-validate
7879
- make misspell-check
7980
- make test-vendor
8081
- make build

0 commit comments

Comments
 (0)