mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 01:48:22 +00:00
Fix MetadataKey Filter
This commit is contained in:
parent
9348a96af5
commit
2afac57e29
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ type MetadataPrivateKeyData struct {
|
|||
|
||||
// GetMetadataKeysOptions are all available query parameters
|
||||
type GetMetadataKeysOptions struct {
|
||||
FilterDeleted bool `url:"filter[deleted,omitempty"`
|
||||
FilterExpired bool `url:"filter[expired,omitempty"`
|
||||
FilterDeleted bool `url:"filter[deleted],omitempty"`
|
||||
FilterExpired bool `url:"filter[expired],omitempty"`
|
||||
|
||||
ContainMetadataPrivateKeys bool `url:"contain[metadata_private_keys],omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue