Skip to content

Commit

Permalink
Corrected prop name case
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Sep 21, 2023
1 parent d69c5bf commit 1a2a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/applications/models/application_registration_patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 1a2a567

Please sign in to comment.