feat: Add new replication field to better show queue sync progress (#480)
* chore: update openapi * feat: update replication field names to match influx changes * feat: add new field to show replication queue sync progress * chore: update to master openapi
This commit is contained in:
@ -17,7 +17,7 @@ import (
|
||||
|
||||
// Authorization struct for Authorization
|
||||
type Authorization struct {
|
||||
// Status of the token. If `inactive`, requests using the token will be rejected.
|
||||
// Status of the token. If `inactive`, InfluxDB rejects requests that use the token.
|
||||
Status *string `json:"status,omitempty" yaml:"status,omitempty"`
|
||||
// A description of the token.
|
||||
Description *string `json:"description,omitempty" yaml:"description,omitempty"`
|
||||
|
Reference in New Issue
Block a user