For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add feedback attachment

Add attachments to an existing feedback entry

post

Accepts multipart form data with attachment files.

Path parameters
feedbackIdstringRequired

The feedback ID.

Body
filestring · binaryOptional

The file of the attachment.

Responses
201

Created

application/json
idstringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
statusstring · enumOptionalPossible values:
namestringOptional

Represents the name this attachment.

descriptionstring · nullableOptional

Represents the description this attachment.

post/public/v1/helpdesk/feedback/{feedbackId}/attachments

Last updated

Was this helpful?