Request options for setting a webhook URL
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SetWebhookOpts", "title": "SetWebhookOpts", "type": "object", "description": "Request options for setting a webhook URL", "required": [ "url" ], "properties": { "url": { "type": "string", "format": "uri", "description": "The webhook URL to set" } } }