Update Risk
Updates an existing Risk.
Only the fields provided in the request body will be updated.
Fields omitted from the request will remain unchanged.
Authorization is enforced to ensure the caller has access
to modify the specified Risk.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
riskId
The id of the risk
Headers
x-integration-name
The name of the calling system passed along as a header parameter
Request
The fields to update
name
The common name of this Risk.
dueDate
The date when this risk is expected to be resolved.
percentComplete
Percentage completion (0–100).
priority
Priority of the risk.
impact
The potential effect of the risk.
likelihood
Probability of the risk occurring.
responseId
Planned or implemented response.
Avoid it, Mitigate, Transfer, Accept
resolution
Actions taken or planned to address the risk.
description
Additional comments or observations.
assignees
Users assigned to the risk.
Replaces existing assignments when provided.
tagIds
Tags applied to the risk.
Replaces existing tags when provided.
riskTypeId
The type of risk. Risk = 1 Assumption = 2 Issue = 3 Dependency = 4 Change = 5
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
Represents a potential threat or uncertainty that could impact a project, system, or process.
Contains information such as its likelihood, impact, response, and resolution details.