File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
## 3.2.0 [ unreleased]
2
2
3
+ ### Others
4
+ 1 . [ #134 ] ( https://github.com/influxdata/influxdb-client-php/pull/134 ) : Update generated ` PingService `
5
+
3
6
## 3.1.0 [ 2022-10-27]
4
7
5
8
### Features
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function __construct(DefaultApi $defaultApi)
66
66
/**
67
67
* Operation getPing
68
68
*
69
- * Get the status and version of the instance
69
+ * Get the status of the instance
70
70
*
71
71
*
72
72
* @throws \InfluxDB2\ApiException on non-2xx response
@@ -81,7 +81,7 @@ public function getPing()
81
81
/**
82
82
* Operation getPingWithHttpInfo
83
83
*
84
- * Get the status and version of the instance
84
+ * Get the status of the instance
85
85
*
86
86
*
87
87
* @throws \InfluxDB2\ApiException on non-2xx response
@@ -150,7 +150,7 @@ protected function getPingRequest()
150
150
/**
151
151
* Operation headPing
152
152
*
153
- * Get the status and version of the instance
153
+ * Get the status of the instance
154
154
*
155
155
*
156
156
* @throws \InfluxDB2\ApiException on non-2xx response
@@ -165,7 +165,7 @@ public function headPing()
165
165
/**
166
166
* Operation headPingWithHttpInfo
167
167
*
168
- * Get the status and version of the instance
168
+ * Get the status of the instance
169
169
*
170
170
*
171
171
* @throws \InfluxDB2\ApiException on non-2xx response
You can’t perform that action at this time.
0 commit comments