Commit 8d74377
fix: Send display_name when creating a sandbox environment template.
The `display_name` parameter of the sandbox template create method was routed
with `_parent.*`, but it is a top-level request parameter with no parent object,
so it was silently dropped from the request body (never sent to the backend).
Route it to the request body (`*`) so `display_name` is correctly included.
PiperOrigin-RevId: 9522409481 parent e46d239 commit 8d74377
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments