Pipedream · Schema

SetWebhookResponse

Response received when creating or updating a webhook

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

pipedream-setwebhookresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetWebhookResponse",
  "title": "SetWebhookResponse",
  "type": "object",
  "description": "Response received when creating or updating a webhook",
  "required": [
    "data"
  ],
  "properties": {
    "data": {
      "$ref": "#/components/schemas/WebhookWithOptionalSigningKey"
    }
  }
}