Skip to content

Commit

Permalink
🏷️ Renamed the Confluence Space Permission subject struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreminiom committed Jan 12, 2022
1 parent b4584a6 commit 72f01a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/infra/models/confluence_space.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type CreateSpaceDescriptionPlainScheme struct {
}

type SpacePermissionScheme struct {
Subject *SubjectPermissionScheme `json:"subject,omitempty"`
Subject *SubjectPermissionScheme `json:"subjects,omitempty"`
Operation *OperationPermissionScheme `json:"operation,omitempty"`
AnonymousAccess bool `json:"anonymousAccess,omitempty"`
UnlicensedAccess bool `json:"unlicensedAccess,omitempty"`
Expand Down

0 comments on commit 72f01a8

Please sign in to comment.