PATCH
/
v1
/
{tenantId}
/
webhooks
/
items
/
{itemId}
Patch webhook item
curl --request PATCH \
  --url https://api.debbiecollect.com/v1/{tenantId}/webhooks/items/{itemId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "state": "SUCCESS"
}'
"<any>"

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant

itemId
string<uuid>
required

Id of the webhook item

Body

application/json

Patch webhook item

The body is of type object.

Response

200
application/json

Successful operation

The response is of type any.