Skip to content

Commit

Permalink
Generated new openapi.json on push to
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent fc3787f commit 5601681
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions api-docs/generated/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/BasicProfile"
"$ref": "#/components/schemas/Profile"
}
}
}
Expand Down Expand Up @@ -1619,7 +1619,14 @@
"$ref": "#/components/schemas/LoginProviderTypes"
},
"displayName": {
"type": "string",
"anyOf": [
{
"type": "string"
},
{
"type": "object"
}
],
"title": "Displayname"
},
"displayIconUrl": {
Expand All @@ -1638,6 +1645,10 @@
"title": "LoginProviderResponse"
},
"LoginProviderTypes": {
"type": "string",
"enum": [
"oauth2_auth_code"
],
"const": "oauth2_auth_code",
"title": "LoginProviderTypes"
},
Expand Down

0 comments on commit 5601681

Please sign in to comment.