Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.13 KB

CreateStoryCommentParams.md

File metadata and controls

17 lines (11 loc) · 1.13 KB

CreateStoryCommentParams

Properties

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

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