Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Riehl committed Dec 26, 2023
1 parent be5eee4 commit a65097c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reference/webhooks.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3038,7 +3038,7 @@ components:
destination:
type: string
example: 'https://665b65a6.ngrok.io/webhooks'
description: 'URL must be active, return a 200 response, and be served on port 443 (custom ports not currently supported).'
description: URL must be active, return a 200 response, and be served on port 443. Custom ports arenʼt currently supported.
is_active:
type: boolean
example: true
Expand All @@ -3049,8 +3049,9 @@ components:
description: Boolean value that identifies whether events are stored that could not be received.
headers:
type: object
description: 'Headers used to validate that webhooks are active. You can pass in any number of custom headers to validate webhooks are being returned. '
description: Headers used to validate that webhooks are active. You can pass in any number of custom headers to validate webhooks are being returned.
nullable: true
properties: {}
additionalProperties:
type: string
webhook_Base:
Expand Down

0 comments on commit a65097c

Please sign in to comment.