チーム webhook を作成

指定されたチームに対する適切なすべてのアクションのアウトバウンド Webhook を作成

認証

AuthorizationBearer

Bearer <token>形式のBearer認証。tokenは認証トークンです。

パスパラメータ

team_idstring必須形式: "uuid"

リクエスト

Webhook to create or update
namestring必須
Name of the Webhook
urlstring必須
HTTPS endpoint to delivery events to
eventslist of stringsオプション

レスポンス

Webhook success response
account_idstringオプション形式: "uuid"
activebooleanオプション
app_idstringオプション形式: "uuid"
deleted_atstringオプション形式: "date-time"
eventslist of enumsオプション
idstringオプション形式: "uuid"
inserted_atstringオプション形式: "date-time"
namestringオプション
project_idstringオプション形式: "uuid"
secretstringオプション
teamobjectオプション
team_idstringオプション形式: "uuid"
updated_atstringオプション形式: "date-time"
urlstringオプション

エラー

401
Unauthorized Error
404
Not Found Error