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 Feb 23, 2023
1 parent 3fb1ca5 commit ce92728
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
9 changes: 5 additions & 4 deletions internal/httpclient/api/openapi.yaml

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

4 changes: 2 additions & 2 deletions internal/httpclient/docs/PermissionApi.md

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

3 changes: 2 additions & 1 deletion spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"components": {
"responses": {
"emptyResponse": {
"description": "Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 201."
"description": "Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204."
}
},
"schemas": {
Expand Down Expand Up @@ -984,6 +984,7 @@
"operationId": "postCheckPermissionOrError",
"parameters": [
{
"description": "nolint:deadcode,unused",
"in": "query",
"name": "max-depth",
"schema": {
Expand Down
3 changes: 2 additions & 1 deletion spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@
{
"type": "integer",
"format": "int64",
"description": "nolint:deadcode,unused",
"name": "max-depth",
"in": "query"
},
Expand Down Expand Up @@ -1089,7 +1090,7 @@
},
"responses": {
"emptyResponse": {
"description": "Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 201."
"description": "Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204."
}
}
}

0 comments on commit ce92728

Please sign in to comment.