Partially update a forecast configuration
PATCH
/v1/forecastconfiguration/{id}/
Update one or more fields of an existing forecast configuration.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
A UUID string identifying this forecast configuration.
Request Body
Section titled “Request Body ”A ModelSerializer that takes an additional fields argument that
controls which fields should be displayed.
object
account
string format: uuid
agent
string format: uuid
created_at
string format: date-time
deactivated_at
string format: date-time
high_metric
string format: uuid
id
string format: uuid
low_metric
string format: uuid
metric
string format: uuid
model_name
string
modified_at
string format: date-time
tolerance_perc
number format: double
type
1- Linear forecast2- Anomaly forecast
integer
A ModelSerializer that takes an additional fields argument that
controls which fields should be displayed.
object
account
string format: uuid
agent
string format: uuid
created_at
string format: date-time
deactivated_at
string format: date-time
high_metric
string format: uuid
id
string format: uuid
low_metric
string format: uuid
metric
string format: uuid
model_name
string
modified_at
string format: date-time
tolerance_perc
number format: double
type
1- Linear forecast2- Anomaly forecast
integer
Responses
Section titled “ Responses ”A ModelSerializer that takes an additional fields argument that
controls which fields should be displayed.
object
account
required
string format: uuid
agent
required
string format: uuid
created_at
required
string format: date-time
deactivated_at
string format: date-time
high_metric
required
string format: uuid
id
required
string format: uuid
low_metric
required
string format: uuid
metric
required
string format: uuid
model_name
required
string
modified_at
required
string format: date-time
tolerance_perc
required
number format: double
type
required
1- Linear forecast2- Anomaly forecast
integer