pub async fn create_webhook(
configuration: &Configuration,
post_webhook_request: Option<PostWebhookRequest>,
) -> Result<Webhook, Error<CreateWebhookError>>Expand description
Webhookを新規作成します。 secretが空文字の場合、insecureウェブフックが作成されます。
pub async fn create_webhook(
configuration: &Configuration,
post_webhook_request: Option<PostWebhookRequest>,
) -> Result<Webhook, Error<CreateWebhookError>>Webhookを新規作成します。 secretが空文字の場合、insecureウェブフックが作成されます。