Hello@Admin,
I am implementing a mission and it requires updating a Configuration with rest API.
"curl -X POST -u admin:admin --data-binary "@tempfile.xml" http://localhost:8810/rest/configurations"
I only find instructions on updating a configuration. My configuration data is too big, it includes many ingredients containing secret elements. Too easy to make errors.
I wonder if you can make API for update each partial.
"curl -X POST -u admin:admin --data-binary "@variable.xml" http://localhost:8810/rest/configurations/configurationId/varialbles"
"curl -X POST -u admin:admin --data-binary "@advance.xml" http://localhost:8810/rest/configurations/14//advancedsetting"
Steps, Promotions,...
This is not possible currently. I don't think it is a good idea to update configuration partially. How big is your XML?