Could not parse the incoming JSON #1166
Replies: 2 comments
-
Its hard to help you as your description above is not informative. Tell us which Camel version you use, and if possible show the camel route (yaml) that you have build with karavan |
Beta Was this translation helpful? Give feedback.
0 replies
-
closing as user did not respond |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body:
{
"name": "Curaçao"
}
Neof4j API:
http://{{neo4jHost}}:{{neo4jPort}}/db/{{neo4jDatabaseName}}/tx/commit
Request body for API:
{
"statements": [
{
"statement": "MERGE (node:Country {name: '${jq(.name)}'})"
}]
}
Error:
{"results":[],"errors":[{"code":"Neo.ClientError.Request.InvalidFormat","message":"Could not parse the incoming JSON"}]}
Notes:
Other country names are working properly and its working fine in postman
Beta Was this translation helpful? Give feedback.
All reactions