An API that I'm trying to use only accepts PATCH r...
# suitescript
k
An API that I'm trying to use only accepts PATCH requests for a certain method - not possible with SuiteScript?
e
You could check if the API accepts the
'X-HTTP-Method-Override'
header.
k
tried that and it didn't work unfortunately
s
perhaps engage AWS Lambda or similar competitor
p
I am using Google Cloud Function and hoping NS will support it soon.