This commit is contained in:
2024-05-31 13:35:39 +03:00
parent e7c968797b
commit 3393934456
65 changed files with 905 additions and 393 deletions

View File

@@ -31,6 +31,7 @@ type ListRequest struct {
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
// Find by active True or False.
// Default: true
// Required: false
Active bool `url:"active" json:"active"`
}