Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.44 KB

CreateStoryCommentParams.md

File metadata and controls

16 lines (13 loc) · 1.44 KB

CreateStoryCommentParams

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]
parentId int The ID of the Comment that this comment is threaded under. [optional]
blocker bool Marks the comment as a blocker that can be surfaced to permissions or teams mentioned in the comment. Can only be used on a top-level comment. [optional]
unblocksParent bool Marks the comment as an unblocker to its blocker parent. Can only be set on a threaded comment who has a parent with `blocker` set. [optional]

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