Interface CreateStoryCommentParams

Request parameters for creating a Comment on a Shortcut Story.

Hierarchy

  • CreateStoryCommentParams

Properties

author_id?: string

The Member ID of the Comment's author. Defaults to the user identified by the API token.

Format

uuid

blocker?: boolean

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.

created_at?: string

Defaults to the time/date the comment is created, but can be set to reflect another date.

Format

date-time

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.

parent_id?: number

The ID of the Comment that this comment is threaded under.

Format

int64

text: string

The comment text.

Max Length

100000

unblocks_parent?: boolean

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.

updated_at?: string

Defaults to the time/date the comment is last updated, but can be set to reflect another date.

Format

date-time

Generated using TypeDoc