v1.5.0-gamma2

This commit is contained in:
2023-07-07 12:40:03 +03:00
parent 20fd7ab50c
commit 7c787f6fce
111 changed files with 2905 additions and 1505 deletions

View File

@@ -14,7 +14,7 @@ type ListRequest struct {
// Find by name
// Required: false
Name string `urL:"name,omitempty" json:"name,omitempty"`
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by access control list
// Required: false