fix: update openapi and regenerate to pull in fix for replications API (#280)
This commit is contained in:
@ -26,7 +26,7 @@ var (
|
||||
type DeleteApi interface {
|
||||
|
||||
/*
|
||||
* PostDelete Delete time series data from InfluxDB
|
||||
* PostDelete Delete data
|
||||
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
|
||||
* @return ApiPostDeleteRequest
|
||||
*/
|
||||
@ -125,7 +125,7 @@ func (r ApiPostDeleteRequest) Execute() error {
|
||||
}
|
||||
|
||||
/*
|
||||
* PostDelete Delete time series data from InfluxDB
|
||||
* PostDelete Delete data
|
||||
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
|
||||
* @return ApiPostDeleteRequest
|
||||
*/
|
||||
|
Reference in New Issue
Block a user