Risk Register

Edit Risk

Update risk identified by id. Allows to update the field which are define custom during cofiguration.

Body:

{

    "name": "string",
    "entity": "string",
    "owner": "string"
    "status":"NOT_STARTED|IN_PROGRESS|COMPLETED"
    "<column slug for custom field>":"value for custom vield"
}

Note :- Refer the Create Risk documentation for details on how values should be passed.

put/v2/risk/register/{risk_id}

Path parameters

risk_idstring required

Headers

authorizationstring required

The authorization token can be retrieved by calling the OAuth authentication API. The value for this header parameter follows the format "Bearer    access_token" (excluding the quotes). For example: <br /> Bearer MZA1YJMYZDKTZTFMMI0ZYZG1LTLMMDGTYTG4NJG2YZC3NJGY

The authorization token can be retrieved by calling the OAuth authentication API. The value for this header parameter follows the format "Bearer    access_token" (excluding the quotes). For example: <br /> Bearer MZA1YJMYZDKTZTFMMI0ZYZG1LTLMMDGTYTG4NJG2YZC3NJGY

Request body

namestring
ownerstring
status'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETED' | 'CLOSED'

An enumeration.

Response

Successful Response

idstring required
namestring required
status'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETED' | 'CLOSED' required

An enumeration.

start_datestring date-time
end_datestring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.