Skip to content
Open
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
2 changes: 1 addition & 1 deletion services/albwaf/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20dbeecb1318b27f36b2ea322d2759eb37f86bb8
1b4e383a63b4f8144eb8431fd22d86f7da9cab44
6 changes: 3 additions & 3 deletions services/albwaf/src/stackit/albwaf/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading