Skip to content

Commit

Permalink
Update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Sep 23, 2024
1 parent 6446f99 commit 88c7e94
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions swaggerui/html/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5307,6 +5307,7 @@
"repository",
"sharedSecret",
"adGroups",
"adUsers",
"owner",
"creator",
"configBranch"
Expand All @@ -5320,6 +5321,14 @@
},
"x-go-name": "AdGroups"
},
"adUsers": {
"description": "AdUsers the users/service-principals that should be able to access the application",
"type": "array",
"items": {
"type": "string"
},
"x-go-name": "AdUsers"
},
"configBranch": {
"description": "ConfigBranch information",
"type": "string",
Expand Down Expand Up @@ -5359,6 +5368,14 @@
},
"x-go-name": "ReaderAdGroups"
},
"readerAdUsers": {
"description": "ReaderAdUsers the users/service-principals that should be able to read the application",
"type": "array",
"items": {
"type": "string"
},
"x-go-name": "ReaderAdUsers"
},
"repository": {
"description": "Repository the github repository",
"type": "string",
Expand Down Expand Up @@ -5390,6 +5407,14 @@
},
"x-go-name": "AdGroups"
},
"adUsers": {
"description": "AdUsers the users/service-principals that should be able to access the application",
"type": "array",
"items": {
"type": "string"
},
"x-go-name": "AdUsers"
},
"configBranch": {
"description": "ConfigBranch information",
"type": "string",
Expand Down Expand Up @@ -5418,6 +5443,14 @@
},
"x-go-name": "ReaderAdGroups"
},
"readerAdUsers": {
"description": "ReaderAdUsers the users/service-principals that should be able to read the application",
"type": "array",
"items": {
"type": "string"
},
"x-go-name": "ReaderAdUsers"
},
"repository": {
"description": "Repository the github repository",
"type": "string",
Expand Down

0 comments on commit 88c7e94

Please sign in to comment.