AddDiscussionComment
Add a comment to a discussion in a space.
Input
| Name | Type | Required | Description |
| SpaceId | String | True | ID of the space containing the discussion. |
| DiscussionId | String | True | ID of the discussion to add the comment to. |
| Body | String | True | Body of the comment. |
| IsHtmlBody | Boolean | False | Whether the body is HTML format. |
Result Set Columns
| Name | Type | Description |
| Status | String | The status of the operation. |
| Id | String | The unique identifier of the sheet created. |