You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Webhook URL. Non-HTTPS URLs are not supported.",
14
14
examples: ["https://example.com/webhook"],
15
15
}),
16
-
name: Type.Optional(Type.String()),
17
-
eventType: Type.Enum(WebhooksEventTypes),
18
-
mtlsClientCert: Type.Optional(
19
-
Type.String({
20
-
description:
21
-
"(For mTLS) The client certificate used to authenticate your to your server.",
22
-
}),
23
-
),
24
-
mtlsClientKey: Type.Optional(
16
+
name: Type.Optional(
25
17
Type.String({
26
-
description:
27
-
"(For mTLS) The private key associated with your client certificate.",
28
-
}),
29
-
),
30
-
mtlsCaCert: Type.Optional(
31
-
Type.String({
32
-
description:
33
-
"(For mTLS) The Certificate Authority (CA) that signed your client certificate, used to verify the authenticity of the `mtlsClientCert`. This is only required if using a self-signed certficate.",
0 commit comments