Skip to content

Commit c2cffe9

Browse files
authored
chore: update generated PingService (#134)
1 parent f713054 commit c2cffe9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 3.2.0 [unreleased]
22

3+
### Others
4+
1. [#134](https://github.com/influxdata/influxdb-client-php/pull/134): Update generated `PingService`
5+
36
## 3.1.0 [2022-10-27]
47

58
### Features

src/InfluxDB2/Service/PingService.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function __construct(DefaultApi $defaultApi)
6666
/**
6767
* Operation getPing
6868
*
69-
* Get the status and version of the instance
69+
* Get the status of the instance
7070
*
7171
*
7272
* @throws \InfluxDB2\ApiException on non-2xx response
@@ -81,7 +81,7 @@ public function getPing()
8181
/**
8282
* Operation getPingWithHttpInfo
8383
*
84-
* Get the status and version of the instance
84+
* Get the status of the instance
8585
*
8686
*
8787
* @throws \InfluxDB2\ApiException on non-2xx response
@@ -150,7 +150,7 @@ protected function getPingRequest()
150150
/**
151151
* Operation headPing
152152
*
153-
* Get the status and version of the instance
153+
* Get the status of the instance
154154
*
155155
*
156156
* @throws \InfluxDB2\ApiException on non-2xx response
@@ -165,7 +165,7 @@ public function headPing()
165165
/**
166166
* Operation headPingWithHttpInfo
167167
*
168-
* Get the status and version of the instance
168+
* Get the status of the instance
169169
*
170170
*
171171
* @throws \InfluxDB2\ApiException on non-2xx response

0 commit comments

Comments
 (0)