Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Dec 30, 2024
1 parent 1c78491 commit d043772
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/httpclient/models/health_not_ready_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/health_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"type": "object"
}
},
"title": "The not ready status of the service.",
"type": "object"
},
"healthStatus": {
Expand All @@ -98,6 +99,7 @@
"type": "string"
}
},
"title": "The health status of the service.",
"type": "object"
},
"jsonWebKey": {
Expand Down
2 changes: 2 additions & 0 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
},
"healthNotReadyStatus": {
"type": "object",
"title": "The not ready status of the service.",
"properties": {
"errors": {
"description": "Errors contains a list of errors that caused the not ready status.",
Expand All @@ -282,6 +283,7 @@
},
"healthStatus": {
"type": "object",
"title": "The health status of the service.",
"properties": {
"status": {
"description": "Status always contains \"ok\".",
Expand Down

0 comments on commit d043772

Please sign in to comment.