Open antoineatstariongroup opened 10 months ago
I propose a way forward so we don't change the server behaviour too much and we add a dedicated section to the POST message.
now it looks like:
{
"_create": [],
"_update": [],
"_delete": [],
"_copy": [],
"_values":[]
}
in the Values
property we can put a list of ParameterValueSets (with reference to the container Parameter or PArameterOverride.
Prerequisites
Description
It is not possible to create a Parameter with ParameterValueSet that already contains values inside the ValueArray: ParameterValueSet are create via side-effect server side. Same appears when modifying the Option/State dependency.
It should be possible to allow by-passing the side-effect if all provided ParameterValueSet are valid for the Parameter (all possible combination for Option/State dependency present).
On Create:
On Update:
Steps to Reproduce
System Configuration