From 88c7e94d52755e1602e889a20a573594f48ace87 Mon Sep 17 00:00:00 2001 From: Richard87 Date: Mon, 23 Sep 2024 16:44:44 +0200 Subject: [PATCH] Update swagger --- swaggerui/html/swagger.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/swaggerui/html/swagger.json b/swaggerui/html/swagger.json index 156c8ccf..d7369c07 100644 --- a/swaggerui/html/swagger.json +++ b/swaggerui/html/swagger.json @@ -5307,6 +5307,7 @@ "repository", "sharedSecret", "adGroups", + "adUsers", "owner", "creator", "configBranch" @@ -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", @@ -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", @@ -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", @@ -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",