File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scaleway-async/scaleway_async/lb/v1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ class SubscriberWebhookConfig:
297297class 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:
320320class 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
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ class SubscriberWebhookConfig:
297297class 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:
320320class 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
You can’t perform that action at this time.
0 commit comments