Interface CommentsApiCommentsCreateRequest

Request parameters for commentsCreate operation in CommentsApi.

CommentsApiCommentsCreateRequest

interface CommentsApiCommentsCreateRequest {
    commentWriteRequest: CommentWriteRequest;
    org?: string;
    orgId?: number;
    xOrganization?: string;
}

Properties

commentWriteRequest: CommentWriteRequest

CommentsApiCommentsCreate

org?: string

Organization unique slug

CommentsApiCommentsCreate

orgId?: number

Organization identifier

CommentsApiCommentsCreate

xOrganization?: string

Organization unique slug

CommentsApiCommentsCreate