Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
If I try with out the [] I get
{"error_message": "Parameters sent did not match applicable update options."}
I've also tried;
{
"op": "replace",
"path": "late",
"value": false
}
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 ?
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
https://help.talend.com/r/HujBrzfhc9BvOeZxdRW3_A/mMOC378B7IyS3yyrlqQgGw