Update
Update an existing analysis type configuration by its ID.
The configurable properties of an analysis type configuration are grouped into Risk Groups. They can be configured as follows:
- Risk groups can be enabled and disabled by setting the
disabledproperty. Only engagement-level analysis type configuration can be disabled. - The risk range for use by the risk group can be set by the
selectedRiskRange, and must also be included in the list ofapplicableRiskRanges. - A
filterfield can optionally be set to limit the risk group to only apply to a set of accounts, rather than all accounts. - The control point weights can be adjusted by setting the value of the
controlPointWeightskey-value map, where the key is the control point’s symbolic name. Setting a control point weight to0disables the control point within the risk group.
Additionally, analysis type configurations cannot be updated if:
- The
systemortemplateproperties aretrue. - The analysis type configuration is at the analysis level, with a defined
analysisId.
Permissions
api.analysis-type-configuration.write
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
OK
The unique object identifier.
Data integrity version to ensure data consistency.
The date that the object was originally created.
The date that the object was last updated or modified.
Details about the user who created the object.
Details about the user who last modified or updated the object.
Identifies the library associated with this configuration.
Identifies the associated engagement.
Identifies the analysis associated with this configuration.
Identifies the type of analysis.
The configuration details for this analysis type.
The version of the control point bundle used in this configuration.
Indicates whether this configuration is a template.

