From 74be9125b374f813f8494d874d3cb57dde20bb8d Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 18 Mar 2025 14:35:02 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/lb/v1/types.py | 4 ++-- scaleway/scaleway/lb/v1/types.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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