Commit e80dc73
Fix undo cleanup failing for "parameter with value" steps (#3500)
The "request contains parameter with value" step was not storing
values in pathParameters, causing undo operations with path-origin
parameters (e.g. organization_binding_id) to fail with
"Path parameter not found". Match the behavior of the
"parameter from" step by storing in pathParameters.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent e842713 commit e80dc73
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments