MCPcopy Index your code
hub / github.com/github/docs / WebhookActionData

Interface WebhookActionData

components/webhooks/types.ts:8–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8interface WebhookActionData {
9 verb: string
10 title: string
11 descriptionHtml: string
12 summaryHtml: string
13 previews: Array<string>
14 requestPath: string
15 serverUrl: string
16 statusCodes: Array<StatusCode>
17 parameters: Array<Parameter>
18 bodyParameters: Array<BodyParameter>
19 category: string
20 subcategory: string
21 codeExamples: Array<CodeSample>
22 availability: Array<string>
23 action: string
24 payloadExample?: Object
25}
26export interface WebhookAction {
27 name: string
28 actionTypes: string[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected