OptionaladditionalComment?: { body?: string; [key: string]: unknown }Optionalbody?: stringContent of the comment.
The ID or key of the customer request to which the attachment will be added.
Optionalpublic?: booleanControls whether the comment and its attachments are visible to customers
OptionaltemporaryAttachmentIds?: string[]List of IDs for the temporary attachments to be added to the customer request.
Optionaloptions: RequestOptions
This method creates a comment on a customer request using one or more attachment files (uploaded using servicedeskapi/servicedesk/{serviceDeskId}/attachTemporaryFile), with the visibility set by
public. SeePermissions required: Permission to add an attachment.
Request limitations: Customers can set public visibility only.