Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.03 KB

CreateStoryCommentParams.md

File metadata and controls

14 lines (11 loc) · 1.03 KB

CreateStoryCommentParams

Properties

Name Type Description Notes
text str The comment text.
author_id str The Member ID of the Comment's author. Defaults to the user identified by the API token. [optional]
created_at datetime Defaults to the time/date the comment is created, but can be set to reflect another date. [optional]
updated_at datetime Defaults to the time/date the comment is last updated, but can be set to reflect another date. [optional]
external_id str 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]
parent_id int The ID of the Comment that this comment is threaded under. [optional]

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