Skip to content

Commit

Permalink
✏️ Mapped the editPermissions
Browse files Browse the repository at this point in the history
1. Added the editPermissions structure on the Dashboard update payload
  • Loading branch information
ctreminiom committed Jun 20, 2022
1 parent b2d1745 commit 8ca3eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/infra/models/jira_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type DashboardPayloadScheme struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
SharePermissions []*SharePermissionScheme `json:"sharePermissions,omitempty"`
EditPermissions []*SharePermissionScheme `json:"editPermissions,omitempty"`
}

type DashboardSearchOptionsScheme struct {
Expand Down

0 comments on commit 8ca3eb1

Please sign in to comment.