✨ Make it possible to return custom content-type and data with
webhook
This commit is contained in:
@@ -467,6 +467,8 @@ export interface IWebhookDescription {
|
||||
name: string;
|
||||
path: string;
|
||||
responseBinaryPropertyName?: string;
|
||||
responseContentType?: string;
|
||||
responsePropertyName?: string;
|
||||
responseMode?: WebhookResponseMode | string;
|
||||
responseData?: WebhookResponseData | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user