patch()
Description
PATCH data to an integration endpoint.
By default the Content-Type
is set to application/json
, but you can override this value by passing your own headers in the integration()
method.
Request
Parameters
Field
Required
Data Type
Description
path
string
body
Object
Data to be sent to the integration
Examples
PATCH without custom headers
PATCH with custom headers
Response
Response schema is defined by the integration you are activating. Deskree passes the entire object received by the integration.
Last updated