Release v1.7.0 (#3418)

This commit is contained in:
Cesar N.
2024-08-02 16:20:47 -06:00
committed by GitHub
parent 7cc7b874d1
commit adfc96074f
37 changed files with 52 additions and 52 deletions

View File

@@ -41,7 +41,7 @@ type BucketQuota struct {
Quota int64 `json:"quota,omitempty"`
// type
// Enum: [hard]
// Enum: ["hard"]
Type string `json:"type,omitempty"`
}