Skip to main content

github.updaterepositorywebhookresponse

Home > @runlightyear/github > UpdateRepositoryWebhookResponse

UpdateRepositoryWebhookResponse interface

Signature:
interface UpdateRepositoryWebhookResponse extends HttpProxyResponse 
Extends:

HttpProxyResponse

Required Properties

PropertyModifiersTypeDescription
data{ type: string; id: number; name: string; active: boolean; events: WebhookEvent[]; config: object; updatedAt: string; createdAt: string; url: string; testUrl: string; pingUrl: string; deliveriesUrl: string; lastResponse: object; }