//config PUT
Overview
Retrieves the config settings for a given module.
Summary
This endpoint is normally used to manage the forecasting module.
Request Arguments
Name |
Type |
Description |
Required |
<config field>
|
<config field type>
|
The list of config fields to update.
|
False
|
Request
{
"MyConfigOption":"MyConfigValue"
}
Response Arguments
Name |
Type |
Description |
<config field>
|
<config field type>
|
The list of config fields will be returned.
|
Response
{
"MyConfigOption":"MyConfigValue"
}
Change Log
Version |
Change |
v10
|
Added /<module>/config PUT endpoint.
|