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 19, 2023
1 parent 6393519 commit 122f2a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3959,7 +3959,7 @@
"schema": {
"enum": [
"identity",
"device"
"devices"
],
"items": {
"type": "string"
Expand Down Expand Up @@ -4073,6 +4073,10 @@
"in": "query",
"name": "expand",
"schema": {
"enum": [
"identity",
"devices"
],
"items": {
"type": "string"
},
Expand Down
1 change: 0 additions & 1 deletion spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@
"items": {
"type": "string"
},
"example": "identity",
"description": "ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session.\nExample - ?expand=Identity\u0026expand=Devices\nIf no value is provided, the expandable properties are skipped.",
"name": "expand",
"in": "query"
Expand Down

0 comments on commit 122f2a2

Please sign in to comment.