Commit 7ced615
committed
fix an issue with siteid path parameters
In trying to re-use the model of the siteid, which is marked
read-only, it became known that marking a path parameter as read-only
causes the generated code to ignore the values passed, resulting in
400 bad request errors.
So I've duplicated the model-based objectid schema to a property and
dropped the read-only property, so now all works as expected.
BACK-36321 parent 755d1b4 commit 7ced615
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2664 | 2664 | | |
2665 | 2665 | | |
2666 | 2666 | | |
2667 | | - | |
| 2667 | + | |
2668 | 2668 | | |
2669 | 2669 | | |
2670 | 2670 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments