File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6913,6 +6913,25 @@ components:
69136913 mention :
69146914 type : string
69156915 description : User id that is set if a fragment refers to a user mention
6916+ WebhookPayload :
6917+ oneOf :
6918+ - $ref : " #/components/schemas/WebhookPingPayload"
6919+ - $ref : " #/components/schemas/WebhookFileUpdatePayload"
6920+ - $ref : " #/components/schemas/WebhookFileDeletePayload"
6921+ - $ref : " #/components/schemas/WebhookFileVersionUpdatePayload"
6922+ - $ref : " #/components/schemas/WebhookLibraryPublishPayload"
6923+ - $ref : " #/components/schemas/WebhookFileCommentPayload"
6924+ - $ref : " #/components/schemas/WebhookDevModeStatusUpdatePayload"
6925+ discriminator :
6926+ propertyName : event_type
6927+ mapping :
6928+ PING : " #/components/schemas/WebhookPingPayload"
6929+ FILE_UPDATE : " #/components/schemas/WebhookFileUpdatePayload"
6930+ FILE_DELETE : " #/components/schemas/WebhookFileDeletePayload"
6931+ FILE_VERSION_UPDATE : " #/components/schemas/WebhookFileVersionUpdatePayload"
6932+ LIBRARY_PUBLISH : " #/components/schemas/WebhookLibraryPublishPayload"
6933+ FILE_COMMENT : " #/components/schemas/WebhookFileCommentPayload"
6934+ DEV_MODE_STATUS_UPDATE : " #/components/schemas/WebhookDevModeStatusUpdatePayload"
69166935 WebhookBasePayload :
69176936 type : object
69186937 properties :
You can’t perform that action at this time.
0 commit comments