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

Commit

Permalink
DEVDOCS-5493: [update] add cleanup policy (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Oct 16, 2023
1 parent c7eb043 commit 6fae472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/webhooks.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ paths:
description: You can pass in any number of custom headers to validate webhooks being returned.
is_active:
type: boolean
description: If the webhook is active or not.
description: If the webhook is active or not. A webhook subscription becomes deactivated after 90 days of inactivity.
default: true
created_at:
type: integer
Expand Down Expand Up @@ -365,7 +365,7 @@ components:
name: is_active
in: query
description: |
Enables user to filter for webhooks that are active or not.
Enables user to filter for webhooks that are active or not. A webhook subscription becomes deactivated after 90 days of inactivity.
schema:
type: boolean
example: true
Expand Down Expand Up @@ -3030,7 +3030,7 @@ components:
is_active:
type: boolean
example: true
description: Boolean value that indicates whether the webhook is active or not.
description: Boolean value that indicates whether the webhook is active or not. A webhook subscription becomes deactivated after 90 days of inactivity.
events_history_enabled:
type: boolean
example: true
Expand Down

0 comments on commit 6fae472

Please sign in to comment.