Update a Risk Score Type

put

/api/restapi/riskScoreType

Send a request to this endpoint to update a risk score type.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityRiskScoreTypeInput
Type: object
Title: ApiEntityRiskScoreTypeInput
This entity represents a RiskScoreType object, a unique RiskScoreType object can be identified by the following combinations of the fields.
  • riskScoreTypeId
  • riskScoreTypeName,projectId
  • riskScoreTypeName,projectCode,workspaceCode
  • riskScoreTypeName,workspaceId
  • riskScoreTypeName,workspaceCode
Show Source
Nested Schema : riskScoreThresholds
Type: array
An array of the risk threshold values for a selected risk threshold.
Show Source
Nested Schema : ApiEntityRiskScoreThresholdInput
Type: object
Title: ApiEntityRiskScoreThresholdInput
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input.
Back to Top