Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scaleway-async/scaleway_async/lb/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scaleway/scaleway/lb/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down