Skip to content

Commit

Permalink
Fix ApigeeEnvironment update response type. (#12415)
Browse files Browse the repository at this point in the history
  • Loading branch information
masich authored Dec 18, 2024
1 parent 613bdae commit 54c7ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/products/apigee/Environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ timeouts:
delete_minutes: 30
autogen_async: true
async:
actions: ['create', 'delete', 'update']
actions: ['create', 'delete']
type: 'OpAsync'
operation:
base_url: '{{op_id}}'
Expand Down

0 comments on commit 54c7ca8

Please sign in to comment.