Forum Discussion

Conrad_Lemos's avatar
3 years ago

API Patch request

Hello,

 

I am using the below library Imports:

####################

import com.santaba.agent.groovyapi.http.HTTP
import groovy.json.*

##########################

I use the below for a get operation on an API:

response = httpClient.get(url,getHeaders);

#############################

Q: Please can someone share with me the syntax and if required a import for a API PATCH operation.