Interface CommentsApiCommentsPartialUpdateRequest

Request parameters for commentsPartialUpdate operation in CommentsApi.

CommentsApiCommentsPartialUpdateRequest

interface CommentsApiCommentsPartialUpdateRequest {
    id: number;
    patchedCommentWriteRequest?: PatchedCommentWriteRequest;
}

Properties

id: number

A unique integer value identifying this comment.

CommentsApiCommentsPartialUpdate

patchedCommentWriteRequest?: PatchedCommentWriteRequest

CommentsApiCommentsPartialUpdate