diff --git a/scaleway-async/scaleway_async/lb/v1/types.py b/scaleway-async/scaleway_async/lb/v1/types.py index f21a1befc..f15ed37fe 100644 --- a/scaleway-async/scaleway_async/lb/v1/types.py +++ b/scaleway-async/scaleway_async/lb/v1/types.py @@ -297,7 +297,7 @@ class SubscriberWebhookConfig: class HealthCheckHttpConfig: uri: str """ - The HTTP URI to use when performing a health check on backend servers. + The HTTP path to use when performing a health check on backend servers. """ method: str @@ -320,7 +320,7 @@ class HealthCheckHttpConfig: class HealthCheckHttpsConfig: uri: str """ - The HTTP URI to use when performing a health check on backend servers. + The HTTP path to use when performing a health check on backend servers. """ method: str diff --git a/scaleway/scaleway/lb/v1/types.py b/scaleway/scaleway/lb/v1/types.py index f21a1befc..f15ed37fe 100644 --- a/scaleway/scaleway/lb/v1/types.py +++ b/scaleway/scaleway/lb/v1/types.py @@ -297,7 +297,7 @@ class SubscriberWebhookConfig: class HealthCheckHttpConfig: uri: str """ - The HTTP URI to use when performing a health check on backend servers. + The HTTP path to use when performing a health check on backend servers. """ method: str @@ -320,7 +320,7 @@ class HealthCheckHttpConfig: class HealthCheckHttpsConfig: uri: str """ - The HTTP URI to use when performing a health check on backend servers. + The HTTP path to use when performing a health check on backend servers. """ method: str