Remove Dupplicate Swagger definitions (#954)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2021-08-16 14:07:18 -07:00
committed by GitHub
parent 0980bd38e7
commit cabb60bd3f
5 changed files with 49 additions and 3668 deletions

View File

@@ -39,7 +39,7 @@ type ListBucketsResponse struct {
// list of resulting buckets
Buckets []*Bucket `json:"buckets"`
// number of buckets accessible to tenant user
// number of buckets accessible to the user
Total int64 `json:"total,omitempty"`
}