Hello,
I am trying to UPDATE an existing Confluence wiki page via REST and I am getting an error saying "nested branch in URL position 53. Error appears to be located in the "storage" data in the "body" section of the JSON . The JSON format appears correct, so I am not sure if my fields in JSO are incorrect or what the issue might be.
My command line looks like the following:
curl -u id:pw -X PUT -H 'Content-Type:application/json' -d '{"id":"39","type":"page", "title":"Test Page","space":{"key":"Test Space"},"body":{"storage":{"value":"<p>updated text</p>","representation":"storage"}},"version":{"number":2}}'
If any has any ideas that might help, it would be appreciated.
Thank you,
Jerry