I'm using CURL and following the example in the link below to update a confluence page using Confluence REST API but get an error in the response. I'm able to successfully perform other REST operations such as GET PAGE and UPLOAD ATTACHMENT.
https://developer.atlassian.com/server/confluence/confluence-rest-api-examples/#update-a-page
Response:
* Mark bundle as not supporting multiuse
< HTTP/1.1 415 Unsupported Media Type
Command Syntax below (I have replaced actual values with uppercase text for some parameters)
Any help is appreciated.