interface UpdateWebhookParamsActivityEvent {
    activityTypeIds?: ActivityTypeId[];
    allEvent?: false;
    description?: string;
    hookUrl?: string;
    name?: string;
    projectIdOrKey: string | number;
    webhookId: string;
}

Properties

activityTypeIds?: ActivityTypeId[]

Event ID to be notified 通知するイベントのID

allEvent?: false

True to make all events notified 全てのイベントを通知

description?: string

Description 詳細

hookUrl?: string

hook URL

name?: string

Name 名前

projectIdOrKey: string | number

Project ID or Project Key プロジェクトのID または プロジェクトキー

webhookId: string

Webhook ID WebhookのID