diff --git a/services/albwaf/oas_commit b/services/albwaf/oas_commit index f6ca07198..85a394d64 100644 --- a/services/albwaf/oas_commit +++ b/services/albwaf/oas_commit @@ -1 +1 @@ -20dbeecb1318b27f36b2ea322d2759eb37f86bb8 +e0af23470503db3bcd9f97d6511b7b5e3f35cb15 diff --git a/services/albwaf/src/stackit/albwaf/api/default_api.py b/services/albwaf/src/stackit/albwaf/api/default_api.py index b4bdfcfc4..fc2bbe082 100644 --- a/services/albwaf/src/stackit/albwaf/api/default_api.py +++ b/services/albwaf/src/stackit/albwaf/api/default_api.py @@ -4335,7 +4335,7 @@ def update_waf( ) -> GetWAFResponse: """Update a WAF configuration - The update endpoint will update a stored WAF configuration in project and not yet but later will also update the Load Balancers that reference it. + The update endpoint will update a stored WAF configuration in project and also for all the Load Balancers that have it referenced. :param project_id: (required) :type project_id: str @@ -4412,7 +4412,7 @@ def update_waf_with_http_info( ) -> ApiResponse[GetWAFResponse]: """Update a WAF configuration - The update endpoint will update a stored WAF configuration in project and not yet but later will also update the Load Balancers that reference it. + The update endpoint will update a stored WAF configuration in project and also for all the Load Balancers that have it referenced. :param project_id: (required) :type project_id: str @@ -4489,7 +4489,7 @@ def update_waf_without_preload_content( ) -> RESTResponseType: """Update a WAF configuration - The update endpoint will update a stored WAF configuration in project and not yet but later will also update the Load Balancers that reference it. + The update endpoint will update a stored WAF configuration in project and also for all the Load Balancers that have it referenced. :param project_id: (required) :type project_id: str