You're viewing a demo portfolio

Join the waitlist
PRSM

update_webhook

Active

Tool of run.domani/domani

declared in 1.0.0

Update an existing webhook's URL, subscribed events, or active status. Use list_webhooks to get the webhook ID first.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "webhook_id"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "New HTTPS URL for the webhook"
    },
    "active": {
      "type": "boolean",
      "description": "Set to false to pause the webhook, true to resume"
    },
    "events": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "New list of event types to subscribe to"
    },
    "webhook_id": {
      "type": "string",
      "description": "ID of the webhook to update"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →