Skip to content

Commit 280cd83

Browse files
committed
autogen(openapi): regenerate swagger spec and internal client
[skip ci]
1 parent 613779b commit 280cd83

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

internal/httpclient/api/openapi.yaml

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

spec/api.json

+2
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
"type": "object"
232232
}
233233
},
234+
"title": "The not ready status of the service.",
234235
"type": "object"
235236
},
236237
"healthStatus": {
@@ -240,6 +241,7 @@
240241
"type": "string"
241242
}
242243
},
244+
"title": "The health status of the service.",
243245
"type": "object"
244246
},
245247
"namespace": {

spec/swagger.json

+2
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,7 @@
981981
},
982982
"healthNotReadyStatus": {
983983
"type": "object",
984+
"title": "The not ready status of the service.",
984985
"properties": {
985986
"errors": {
986987
"description": "Errors contains a list of errors that caused the not ready status.",
@@ -993,6 +994,7 @@
993994
},
994995
"healthStatus": {
995996
"type": "object",
997+
"title": "The health status of the service.",
996998
"properties": {
997999
"status": {
9981000
"description": "Status always contains \"ok\".",

0 commit comments

Comments
 (0)