ModifyWebhookDataSourceInput
fields
connectionSettings optional PartialWebhookConnectionSettingsInput
The Webhook Data Source's new connection settings. If not provided this property will not be modified.
The Webhook Data Source connection settings.
connectionSettings.basicAuth optional HttpBasicAuthInput
The HTTP basic authentication settings for the Webhook Data Source URL. If this parameter is not provided, anyone with the webhook URL will be able to send events. While it's OK to test without HTTP Basic authentication, we recommend enabling it. If not provided this property will not be modified.
connectionSettings.basicAuthEnabled optional Boolean
Set this to
false
to disable HTTP Basic authentication. Any previously stored HTTP Basic authentication settings will be cleared out. If not provided this property will not be modified.
description optional String
The Webhook Data Source's new description. If not provided this property will not be modified.
idOrUniqueName required idOrUniqueName
The ID or unique name of the Webhook Data Source to modify.
The ID or unique name input.
If both ID and unique name are provided, the ID will take precedence.
idOrUniqueName.id optional String
The unique identifier of the object.
idOrUniqueName.uniqueName optional String
The unique name of the object.
uniqueName optional String
The Webhook Data Source's new unique name. If not provided this property will not be modified.