Add optional headers parameter for webhooks in notify API command

This commit is contained in:
JonnyWong16 2019-11-11 15:41:11 -08:00
parent ddbd486500
commit cfc30c1234
4 changed files with 5 additions and 1 deletions

View file

@ -421,6 +421,7 @@ class API2:
body (str): The body of the message
Optional parameters:
headers (str): The JSON headers for webhook notifications
script_args (str): The arguments for script notifications
Returns: