Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Tester007
Contributor
Contributor

Need help with json PATCH

Hi Folks,

I'm quite new to all this. I am pulling data with GET command inside the talend chrome extension. via https url

there is a line I need to update from true to false (server allows patch commands to change this, but I can not PUT)

I've tried;

]

{ "op": "replace", "path": "late", "value": false },

[

however I'm getting result 500 back.

I'm not sure where I am in error, could anyone please advise example?

Labels (3)
5 Replies
Tester007
Contributor
Contributor
Author

If I try with out the [] I get

 

{"error_message": "Parameters sent did not match applicable update options."}

Tester007
Contributor
Contributor
Author

I've also tried;

{

 "op": "replace",

 "path": "late",

 "value": false

}

Tester007
Contributor
Contributor
Author

I'm currently in the directory that I want to work in, do I need to specify the entire path? IE https://api.somewhere.com/version/jobs/jobnumber ?

gjeremy1617088143

Hi, if Api have a documentation , read it if you can, it seems you send wrong parameters in your json.

Send me Love and Kudos

gjeremy1617088143

https://help.talend.com/r/HujBrzfhc9BvOeZxdRW3_A/mMOC378B7IyS3yyrlqQgGw