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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

PATCH action using tRESTClient

Hi, from what I can see tRESTClient only allows HTTP actions POST, GET, PUT, DELETE. Is there any way to use PATCH as I'm finding more providers incorporating this into their API's.
Labels (3)
2 Replies
Anonymous
Not applicable

Hi 
It doesn't support custom HTTp method like PATCH yet, we have reported a jira issue:
https://jira.talendforge.org/browse/TESB-10180
Best regards
Shong
Anonymous
Not applicable

The complexity in supporting it at the tooling level is that by default tRESTClient depends on Java HTTPURLConnection which does not understand verbs like PATCH, etc. CXF HttpClient is capable but it requires using another dependency (its async http transport module). May be the solution is to create an HttpClient specific component...
Cheers, Sergey