Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.35 KB

File metadata and controls

19 lines (15 loc) · 1.35 KB

QoveryApi.OrganizationWebhookResponse

Properties

Name Type Description Notes
id String [readonly]
createdAt Date [readonly]
updatedAt Date [optional] [readonly]
kind OrganizationWebhookKindEnum [optional]
targetUrl String Set the public HTTP or HTTPS endpoint that will receive the specified events. The target URL must starts with `http://` or `https://` [optional]
targetSecretSet Boolean [optional]
description String [optional]
enabled Boolean Turn on or off your endpoint. [optional]
events [OrganizationWebhookEventEnum] [optional]
projectNamesFilter [String] Specify the project names you want to filter to. This webhook will be triggered only if the event is coming from the specified Project IDs. Notes: 1. Wildcard is accepted E.g. `product*`. 2. Name is case insensitive. [optional]
environmentTypesFilter [EnvironmentModeEnum] Specify the environment modes you want to filter to. This webhook will be triggered only if the event is coming from an environment with the specified mode. [optional]