Contents

Summary

A model for updating risks.

Properties

Name Required? Type Nullable? Summary
ProjectId This field is required. Int32 The ID of the containing project.
RiskId This field is required. Int32 The ID of the risk to update.
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.