Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 998 Bytes

CreateCommentComment.md

File metadata and controls

13 lines (10 loc) · 998 Bytes

CreateCommentComment

Properties

Name Type Description Notes
text string The comment text.
authorId string The Member ID of the Comment's author. Defaults to the user identified by the API token. [optional]
createdAt \DateTime Defaults to the time/date the comment is created, but can be set to reflect another date. [optional]
updatedAt \DateTime Defaults to the time/date the comment is last updated, but can be set to reflect another date. [optional]
externalId string This field can be set to another unique ID. In the case that the comment has been imported from another tool, the ID in the other tool can be indicated here. [optional]

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