Add scenes filter to galleries (#4840)

This commit is contained in:
bob123491234
2024-05-19 22:04:45 -05:00
committed by GitHub
parent 769540be55
commit 3e3e8b95e2
10 changed files with 51 additions and 1 deletions

View File

@@ -1034,7 +1034,7 @@ type TagQueryInput struct {
// Filter to search name - assumes like query unless quoted
Name *string `json:"name,omitempty"`
// Filter to category ID
IsFavorite *bool `json:"is_favorite,omitempty"`
IsFavorite *bool `json:"is_favorite,omitempty"`
CategoryID *string `json:"category_id,omitempty"`
Page int `json:"page"`
PerPage int `json:"per_page"`