Release v1.7.6 (#3504)

This commit is contained in:
Cesar N.
2025-02-10 19:41:20 -08:00
committed by GitHub
parent 115de8ee25
commit f4a08fc0af
25 changed files with 48 additions and 39 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"`
}