File tree 2 files changed +4
-4
lines changed
scaleway-async/scaleway_async/lb/v1 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ class SubscriberWebhookConfig:
297
297
class HealthCheckHttpConfig :
298
298
uri : str
299
299
"""
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.
301
301
"""
302
302
303
303
method : str
@@ -320,7 +320,7 @@ class HealthCheckHttpConfig:
320
320
class HealthCheckHttpsConfig :
321
321
uri : str
322
322
"""
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.
324
324
"""
325
325
326
326
method : str
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ class SubscriberWebhookConfig:
297
297
class HealthCheckHttpConfig :
298
298
uri : str
299
299
"""
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.
301
301
"""
302
302
303
303
method : str
@@ -320,7 +320,7 @@ class HealthCheckHttpConfig:
320
320
class HealthCheckHttpsConfig :
321
321
uri : str
322
322
"""
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.
324
324
"""
325
325
326
326
method : str
You can’t perform that action at this time.
0 commit comments