Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 813 Bytes

RequestComment.md

File metadata and controls

27 lines (20 loc) · 813 Bytes

RequestComment

Properties

Name Type Description Notes
inReplyTo Integer ID of a comment [optional]
body RequestCommentBody
commentType CommentTypeEnum [optional]
location RequestCommentLocation [optional]

Enum: CommentTypeEnum

Name Value
GENERAL "GENERAL"
QUESTION "QUESTION"
PROPOSED_CHANGE "PROPOSED_CHANGE"
ACCEPTED_COMMENT "ACCEPTED_COMMENT"
REJECTED_COMMENT "REJECTED_COMMENT"
ISSUE "ISSUE"
DECISION "DECISION"
DECISION_REQUEST "DECISION_REQUEST"