Update an integration
PATCH
https://server.heyrik.com/api/v1/custom-apis/{id}Path parameters
idRequiredReplace {id} in the request URL with the value for this resource.
Headers
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Response
No response example is documented for this operation yet.
Error referencePATCH/custom-apis/{id}
cURL
curl -X PATCH https://server.heyrik.com/api/v1/custom-apis/capi_3f81 \
-H "Authorization: Bearer $HEYRIK_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "url": "https://api.acme.com/v2/orders/status" }'Illustrative examples · No live request is sent
