File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
scaleway-async/scaleway_async/function/v1beta1
scaleway/scaleway/function/v1beta1 Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -697,6 +697,9 @@ async def update_function(
697
697
"""
698
698
Update an existing function.
699
699
Update the function associated with the specified ID.
700
+
701
+ When updating a function, the function is automatically redeployed to apply the changes.
702
+ This behavior can be changed by setting the `redeploy` field to `false` in the request.
700
703
:param function_id: UUID of the function to update.
701
704
:param region: Region to target. If none is passed will use default region from the config.
702
705
:param environment_variables: Environment variables of the function to update.
Original file line number Diff line number Diff line change @@ -693,6 +693,9 @@ def update_function(
693
693
"""
694
694
Update an existing function.
695
695
Update the function associated with the specified ID.
696
+
697
+ When updating a function, the function is automatically redeployed to apply the changes.
698
+ This behavior can be changed by setting the `redeploy` field to `false` in the request.
696
699
:param function_id: UUID of the function to update.
697
700
:param region: Region to target. If none is passed will use default region from the config.
698
701
:param environment_variables: Environment variables of the function to update.
You can’t perform that action at this time.
0 commit comments