Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

New rest API for update Configurations #4533

duclong.ng ·

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,...

  • replies 1
  • views 463
  • stars 0
robinshen ADMIN ·

This is not possible currently. I don't think it is a good idea to update configuration partially. How big is your XML?