Specifies the callback details for the patch input
- input WebhookCallbackPatchInput {
- # The host for the webhook HTTP request (not required for patch)
- String :
- # transport scheme (https or http), @default https
- String :
- # http port, @default if scheme is https 443, if http 80
- Int :
- # the rest of the HTTP URI path
- String :
- # url query parameters
- KeyValueInput] : [
- # additional HTTP headers
- KeyValueInput] : [
- # type of credential used for the webhook
- WebhookCredType :
- # credential key
- String :
- # credential secret
- String :
- }