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 Nov 13, 2023
1 parent 8ad54f1 commit ade1a5a
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
16 changes: 16 additions & 0 deletions internal/client-go/api_identity.go

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

16 changes: 16 additions & 0 deletions internal/httpclient/api_identity.go

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

11 changes: 11 additions & 0 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3489,6 +3489,17 @@
},
"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.",
"in": "query",
"name": "ids_filter",
"schema": {
"items": {
"type": "string"
},
"type": "array"
}
},
{
"description": "CredentialsIdentifier is the identifier (username, email) of the credentials to look up using exact match.\nOnly one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.",
"in": "query",
Expand Down
9 changes: 9 additions & 0 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@
"name": "consistency",
"in": "query"
},
{
"type": "array",
"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",
"in": "query"
},
{
"type": "string",
"description": "CredentialsIdentifier is the identifier (username, email) of the credentials to look up using exact match.\nOnly one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.",
Expand Down

0 comments on commit ade1a5a

Please sign in to comment.