Skip to main content
PATCH
/
v1
/
vendors
/
{vendorId}
/
integrations
/
checks
/
{checkId}
Enable or disable a check for this vendor
curl --request PATCH \
  --url http://localhost:3333/v1/vendors/{vendorId}/integrations/checks/{checkId} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

vendorId
string
required
checkId
string
required

Response

200 - undefined