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 Jan 8, 2024
1 parent 2c1470a commit ee0af6c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions internal/client-go/api_identity.go

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

14 changes: 7 additions & 7 deletions internal/httpclient/api_identity.go

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

4 changes: 2 additions & 2 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3581,9 +3581,9 @@
"x-go-enum-desc": " ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps."
},
{
"description": "IdsFilter is list of ids used to filter identities.\nIf this list is empty, then no filter will be applied.",
"description": "List of ids used to filter identities.\nIf this list is empty, then no filter will be applied.",
"in": "query",
"name": "ids_filter",
"name": "ids",
"schema": {
"items": {
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
"items": {
"type": "string"
},
"description": "IdsFilter is list of ids used to filter identities.\nIf this list is empty, then no filter will be applied.",
"name": "ids_filter",
"description": "List of ids used to filter identities.\nIf this list is empty, then no filter will be applied.",
"name": "ids",
"in": "query"
},
{
Expand Down

0 comments on commit ee0af6c

Please sign in to comment.