SWAIG.defaults
Default settings for all SWAIG functions. If defaults
is not set, settings may be set in each SWAIG function object.
Name | Type | Default | Description |
---|---|---|---|
defaults Optional | object | - | An object that contains the defaults Parameters . |
defaults Parameters
Name | Type | Default | Description |
---|---|---|---|
web_hook_url Optional | string | - | Default URL to send status callbacks and reports to. Authentication can also be set in the url in the format of username:password@url . See Callback Parameters for details on the request body. |