Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm attempting to add a comment by modifying an existing rule using a PUT. JSON is as follows:
{ "newComments": [ "comment1", "comment2"] }
which returns the following:
"Request UUID and data does not match."
Does anyone know what is ...