input UpdateUrlWebhookInput
Fields
| Field | Type | Description |
|---|---|---|
webhook_id | String! | Public API webhook ID that identifies the related record. |
new_url | String! | URL for the new URL resource. |
Referenced By
- webhook_update_url Mutation
Example
{
"webhook_id": "V2ViaG9vazoxMjM0",
"new_url": "https://example.com/resource"
}