Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 876 Bytes

AddCommentRequest.md

File metadata and controls

15 lines (11 loc) · 876 Bytes

AddCommentRequest

The properties of the comment to be added.

Properties

Name Type Description Notes
content str The actual HTML content of the comment to be added. Can contain user mentions using syntax [@User:$userId] where $userId is the ID of mentioned user.For example: [@User:00000000-0000-0000-0000-000000900002].
base_resource ResourceReference
parent_id str The ID of the parent comment. If not null - the comment is the reply for the parent comment. [optional]
base_resource_id str [optional]
base_resource_type str [optional]

[Back to Model list] [Back to API list] [Back to README]