1
0
Fork 0
cautious-journey/docs/api/cautious-journey.remote.cre...

628 B

Home > cautious-journey > Remote > createComment

Remote.createComment() method

Add a comment to an issue (for attribution and auditing).

Signature:

createComment(options: CommentUpdate): Promise<CommentUpdate>;

Parameters

Parameter Type Description
options CommentUpdate

Returns:

Promise<CommentUpdate>