mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-11 10:18:22 +00:00
Compare commits
2 commits
1452724aa2
...
25a480fcc6
Author | SHA1 | Date | |
---|---|---|---|
25a480fcc6 | |||
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