diff --git a/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py b/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py index 927ae789..f70e1299 100644 --- a/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py +++ b/services/loadbalancer/src/stackit/loadbalancer/api/default_api.py @@ -2395,7 +2395,7 @@ def get_service_status( ) -> GetServiceStatusResponse: """(Deprecated) Return the status of load balancer functionality for the project specified. - DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified. + DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified. :param project_id: (required) :type project_id: str @@ -2460,7 +2460,7 @@ def get_service_status_with_http_info( ) -> ApiResponse[GetServiceStatusResponse]: """(Deprecated) Return the status of load balancer functionality for the project specified. - DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified. + DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified. :param project_id: (required) :type project_id: str @@ -2525,7 +2525,7 @@ def get_service_status_without_preload_content( ) -> RESTResponseType: """(Deprecated) Return the status of load balancer functionality for the project specified. - DEPRECATED! Projects are auto-enabled on SE side, meaning status is always enabled. Status will return the load balancer functionality status for the project specified. + DEPRECATED! Checking the status is now obsolete. The endpoint is kept for compatibility. Status will return the load balancer functionality status for the project specified. :param project_id: (required) :type project_id: str