A model for updating risks.
| Name | Required? | Type | Nullable? | Summary |
|---|---|---|---|---|
| RiskId | This field is required. | Int32 | The ID of the risk to update. | |
| ProjectId | This field is required. | Int32 | The ID of the containing project. | |
| StatusID | This field is required. | Int32 | The ID of the associated status. | |
| Notify | String[] | This field is nullable. | The email addresses to notify of the update. | |
| Comments | This field is required. | String | This field is nullable. | The comments of the update. |
| Attributes | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes associated with the update. | |
| IsPrivate | Boolean | The private status of the update. | ||
| IsRichHtml | Boolean | Indicates if the comment is rich-text or plain-text. |