Update Config Array Set via API
Summary
Update an array attribute value in an array set using the config APIContent
I am trying to modify the data on a config array set.
When I try using the config API end point to directly modify the array attribute
POST: /rest/v9/config{prodFamVarName}.{prodLineVarName}.{modelVarName}/actions/_update
I get the following error
partQuantity is an array attribute. Please use array set payload to modify it's value.
In the API documentation for Array Sets, I only see _loadData, _add, and _delete. But I don't see any update action
How can I modify an array attribute in a config? in the example above, I am trying to set the quantities of the products.
1