From 1a2a567aeea86d279f7f26d170a98cccbc56ca50 Mon Sep 17 00:00:00 2001 From: Sergey Smolnikov Date: Thu, 21 Sep 2023 10:35:13 +0200 Subject: [PATCH] Corrected prop name case --- api/applications/models/application_registration_patch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/applications/models/application_registration_patch.go b/api/applications/models/application_registration_patch.go index 6003f0a6..cd0d3acc 100644 --- a/api/applications/models/application_registration_patch.go +++ b/api/applications/models/application_registration_patch.go @@ -11,7 +11,7 @@ type ApplicationRegistrationPatch struct { // ReaderAdGroups the groups that should be able to read the application // // required: false - ReaderAdGroups *[]string `json:"ReaderAdGroups,omitempty"` + ReaderAdGroups *[]string `json:"readerAdGroups,omitempty"` // Owner of the application - should be an email //