AviatoAviato
DeveloperAPI ReferenceWebhooksId

/api/webhooks/{id}

PATCH
/api/webhooks/{id}

Path Parameters

id*string

Resource ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/webhooks/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "name": "string",
  "url": "string",
  "secret": "string",
  "events": "string",
  "enabled": true,
  "createdAt": "string",
  "updatedAt": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}