This commit is contained in:
2024-03-14 14:52:56 +03:00
parent 55027a1605
commit d137c7507a
50 changed files with 1965 additions and 720 deletions

View File

@@ -10,7 +10,7 @@ import (
type ListRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"id,omitempty" json:"id,omitempty"`
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false