mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add support for removing custom field keys (#6362)
This commit is contained in:
@@ -9,6 +9,8 @@ type CustomFieldsInput struct {
|
||||
Full map[string]interface{} `json:"full"`
|
||||
// If populated, only the keys in this map will be updated
|
||||
Partial map[string]interface{} `json:"partial"`
|
||||
// Remove any keys in this list
|
||||
Remove []string `json:"remove"`
|
||||
}
|
||||
|
||||
type CustomFieldsReader interface {
|
||||
|
||||
Reference in New Issue
Block a user