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

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

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