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 14, 2023
1 parent c288d4d commit 022f053
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions internal/client-go/api_identity.go

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

18 changes: 9 additions & 9 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 @@ -3239,9 +3239,9 @@
}
},
{
"description": "Identifier\n\nThis query parameter can be used to lookup an identity using its identifier.\nFor example - an email address",
"description": "CredentialsIdentifier is the identifier (username, email) of the credentials to look up.",
"in": "query",
"name": "identifier",
"name": "credentials_identifier",
"schema": {
"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 @@ -206,8 +206,8 @@
},
{
"type": "string",
"description": "Identifier\n\nThis query parameter can be used to lookup an identity using its identifier.\nFor example - an email address",
"name": "identifier",
"description": "CredentialsIdentifier is the identifier (username, email) of the credentials to look up.",
"name": "credentials_identifier",
"in": "query"
}
],
Expand Down

0 comments on commit 022f053

Please sign in to comment.