You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/openapi.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@
3
3
"schemas": {
4
4
"AppPortalAccessIn": {
5
5
"properties": {
6
+
"application": {
7
+
"$ref": "#/components/schemas/ApplicationIn",
8
+
"description": "Optionally creates a new application alongside the message.\n\nIf the application id or uid that is used in the path already exists, this argument is ignored.",
9
+
"nullable": true
10
+
},
6
11
"featureFlags": {
7
12
"description": "The set of feature flags the created token will have access to.",
0 commit comments