Smithery

webhook_endpoints.update

Updates app-specific secrets and credentials. Uses merge semantics — only included fields are updated; omitted fields are preserved. Can be called on active endpoints (e.g., to rotate a signing secret).

Remote smithery/composio

Other tools also called webhook_endpoints.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "description": "Key-value pairs matching the toolkit's setup_fields. Only include fields you want to update — omitted fields are preserved.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "nano_id": {
      "type": "string",
      "description": "Webhook endpoint nano ID (e.g., we_abc123)"
    }
  }
}