Interface CreateCommentComment

Hierarchy

  • CreateCommentComment

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.

text: string

The comment text.

Min Length

1

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