Skip to content

Commit b4832b2

Browse files
authored
docs(lb): update wording for uri param (#915)
1 parent e3062c0 commit b4832b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/lb/v1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class SubscriberWebhookConfig:
297297
class HealthCheckHttpConfig:
298298
uri: str
299299
"""
300-
The HTTP URI to use when performing a health check on backend servers.
300+
The HTTP path to use when performing a health check on backend servers.
301301
"""
302302

303303
method: str
@@ -320,7 +320,7 @@ class HealthCheckHttpConfig:
320320
class HealthCheckHttpsConfig:
321321
uri: str
322322
"""
323-
The HTTP URI to use when performing a health check on backend servers.
323+
The HTTP path to use when performing a health check on backend servers.
324324
"""
325325

326326
method: str

scaleway/scaleway/lb/v1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class SubscriberWebhookConfig:
297297
class HealthCheckHttpConfig:
298298
uri: str
299299
"""
300-
The HTTP URI to use when performing a health check on backend servers.
300+
The HTTP path to use when performing a health check on backend servers.
301301
"""
302302

303303
method: str
@@ -320,7 +320,7 @@ class HealthCheckHttpConfig:
320320
class HealthCheckHttpsConfig:
321321
uri: str
322322
"""
323-
The HTTP URI to use when performing a health check on backend servers.
323+
The HTTP path to use when performing a health check on backend servers.
324324
"""
325325

326326
method: str

0 commit comments

Comments
 (0)