Skip to content

Commit

Permalink
Merge pull request #13 from passbolt/fix-FilterIsSharedWithGroup-type
Browse files Browse the repository at this point in the history
fix Resource FilterIsSharedWithGroup Type
  • Loading branch information
speatzle authored Apr 13, 2022
2 parents df43c78 + 9e181e6 commit 563c755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Tag struct {
// GetResourcesOptions are all available query parameters
type GetResourcesOptions struct {
FilterIsFavorite bool `url:"filter[is-favorite],omitempty"`
FilterIsSharedWithGroup []string `url:"filter[is-shared-with-group][],omitempty"`
FilterIsSharedWithGroup string `url:"filter[is-shared-with-group],omitempty"`
FilterIsOwnedByMe bool `url:"filter[is-owned-by-me],omitempty"`
FilterIsSharedWithMe bool `url:"filter[is-shared-with-me],omitempty"`
FilterHasID []string `url:"filter[has-id][],omitempty"`
Expand Down

0 comments on commit 563c755

Please sign in to comment.