diff --git a/http/check_service.go b/http/check_service.go index da3ddb31b0..518bb379d5 100644 --- a/http/check_service.go +++ b/http/check_service.go @@ -814,7 +814,7 @@ func (s *CheckService) PatchCheck(ctx context.Context, id influxdb.ID, u influxd var r Check err := s.Client. - PutJSON(u, checkIDPath(id)). + PatchJSON(u, checkIDPath(id)). DecodeJSON(&r). Do(ctx) if err != nil {