Skip to content

Commit c0f44bb

Browse files
authoredDec 17, 2024
Merge pull request #571 from tonkeeper/swagger-fix
swagger fixes
2 parents cc1db17 + afb532a commit c0f44bb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎api/openapi.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10017,7 +10017,7 @@
1001710017
}
1001810018
},
1001910019
"tags": [
10020-
"Openapi"
10020+
"Utilities"
1002110021
]
1002210022
}
1002310023
},
@@ -10028,7 +10028,7 @@
1002810028
"responses": {
1002910029
"200": {
1003010030
"content": {
10031-
"application/x-yaml": {
10031+
"application/yaml": {
1003210032
"schema": {
1003310033
"format": "binary",
1003410034
"type": "string"
@@ -10041,7 +10041,7 @@
1004110041
}
1004210042
},
1004310043
"tags": [
10044-
"Openapi"
10044+
"Utilities"
1004510045
]
1004610046
}
1004710047
},

‎api/openapi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ paths:
9191
description: Get the openapi.json file
9292
operationId: getOpenapiJson
9393
tags:
94-
- Openapi
94+
- Utilities
9595
responses:
9696
'200':
9797
content:
@@ -104,11 +104,11 @@ paths:
104104
description: Get the openapi.yml file
105105
operationId: getOpenapiYml
106106
tags:
107-
- Openapi
107+
- Utilities
108108
responses:
109109
'200':
110110
content:
111-
application/x-yaml:
111+
application/yaml:
112112
schema:
113113
type: string
114114
format: binary

‎pkg/oas/oas_response_encoders_gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)