Skip to content

Commit

Permalink
Fix quota create endpoint param for Kafka (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
christhemorse authored Oct 24, 2024
1 parent 67c9847 commit 96f1a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ type databaseQuotasBase struct {

// DatabaseQuotaCreateReq struct used to create a Kafka quota within a Managed Database.
type DatabaseQuotaCreateReq struct {
ClientID string `json:"name"`
ClientID string `json:"client_id"`
ConsumerByteRate int `json:"consumer_byte_rate"`
ProducerByteRate int `json:"producer_byte_rate"`
RequestPercentage int `json:"request_percentage"`
Expand Down

0 comments on commit 96f1a09

Please sign in to comment.