Skip to content

Commit

Permalink
fix: update openapi spec
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <[email protected]>
  • Loading branch information
enjeck committed Oct 23, 2024
1 parent 6367136 commit 42b32dc
Show file tree
Hide file tree
Showing 2 changed files with 4,167 additions and 5,441 deletions.
19 changes: 19 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"usergroupMultipleItems",
"usergroupSelectUsers",
"usergroupSelectGroups",
"usergroupSelectTeams",
"showUserStatus"
],
"properties": {
Expand Down Expand Up @@ -190,6 +191,9 @@
"usergroupSelectGroups": {
"type": "boolean"
},
"usergroupSelectTeams": {
"type": "boolean"
},
"showUserStatus": {
"type": "boolean"
}
Expand Down Expand Up @@ -2996,6 +3000,11 @@
"nullable": true,
"description": "Can select groups, if column type is usergroup"
},
"usergroupSelectTeams": {
"type": "boolean",
"nullable": true,
"description": "Can select teams, if column type is usergroup"
},
"usergroupShowUserStatus": {
"type": "boolean",
"nullable": true,
Expand Down Expand Up @@ -3345,6 +3354,11 @@
"nullable": true,
"description": "Can select groups, if column type is usergroup"
},
"usergroupSelectTeams": {
"type": "boolean",
"nullable": true,
"description": "Can select teams, if column type is usergroup"
},
"usergroupShowUserStatus": {
"type": "boolean",
"nullable": true,
Expand Down Expand Up @@ -3559,6 +3573,11 @@
"nullable": true,
"description": "Can select groups, if column type is usergroup"
},
"usergroupSelectTeams": {
"type": "boolean",
"nullable": true,
"description": "Can select teams, if column type is usergroup"
},
"usergroupShowUserStatus": {
"type": "boolean",
"nullable": true,
Expand Down
Loading

0 comments on commit 42b32dc

Please sign in to comment.