Anyone have any idea what is causing this error?
Error parsing xhtml: Unexpected character ‘=’ (code 61); expected a semi-colon after the reference for entity ‘at’\n at [row,col {unknown-source}]: [1,871]
I get this error when updating a content resource via the rest api.
url = '
https://millennium.atlassian.net/wiki/rest/api/content/47424243
PUT method with JSON
"version": {
"number": 2
"title": "Automation",
"type": "page",
"body": {
"storage": {
"value": "<a href=\"https://bitbucket.org/ourcompany/swaggerversions/src/0b48de7a8222266d2c/DiagnosisCodes/Swagger-QA-Formatted.json\">QA Build v1.0.1</a>",
"representation": "storage"
here is the json i get back
"statusCode": 400,
"data": {
"authorized": false,
"valid": true,
"errors": [],
"successful": false
"message": "Error parsing xhtml: Unexpected character '=' (code 61); expected a semi-colon after the reference for entity 'at'\n at [row,col {unknown-source}]: [1,871]"
I’m guessing its caused by the = equal sign.But I need that so that it shows in the confluence page as a link
By using GET API I am getting a response with the help of which I want to create a confluence page.
I am getting following error -
“statusCode”: 400,
“data”: {
“authorized”: true,
“valid”: true,
“errors”:
,
“successful”: true
“message”: “com.atlassian.confluence.api.service.exceptions.BadRequestException: Error parsing xhtml: Unexpected character ‘:’ (code 65306 / 0xff1a) excepted space, or ‘>’ or "/>"\n at [row,col {unknown-source}]: [1,968]”