mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
Update GenericFunctions.ts
This commit is contained in:
parent
86aeef5703
commit
d70e2130e1
|
@ -14,7 +14,12 @@ import {
|
||||||
* Make an API request to SIGNL4
|
* Make an API request to SIGNL4
|
||||||
*
|
*
|
||||||
* @param {IHookFunctions | IExecuteFunctions} this
|
* @param {IHookFunctions | IExecuteFunctions} this
|
||||||
* @param {object} message
|
* @param {string} method
|
||||||
|
* @param {string} contentType
|
||||||
|
* @param {string} body
|
||||||
|
* @param {object} query
|
||||||
|
* @param {string} teamSecret
|
||||||
|
* @param {object} options
|
||||||
* @returns {Promise<any>}
|
* @returns {Promise<any>}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue