Skip to content

Commit

Permalink
Swagger update
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-myles committed Oct 19, 2024
1 parent 19ae32d commit dbcf014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions cmd/eskimo-hut/api/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1036,9 +1036,7 @@ const docTemplate = `{
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "object"
}
"schema": {}
},
"400": {
"description": "if invalid or expired payload provided",
Expand Down
4 changes: 1 addition & 3 deletions cmd/eskimo-hut/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1029,9 +1029,7 @@
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "object"
}
"schema": {}
},
"400": {
"description": "if invalid or expired payload provided",
Expand Down
3 changes: 1 addition & 2 deletions cmd/eskimo-hut/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1517,8 +1517,7 @@ paths:
responses:
"200":
description: OK
schema:
type: object
schema: {}
"400":
description: if invalid or expired payload provided
schema:
Expand Down

0 comments on commit dbcf014

Please sign in to comment.