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

Add chat attachment

Add attachments to an existing chat entry

post

Accepts multipart form data with attachment files.

Path parameters
chatIdstringRequired

The chat ID.

Query parameters
Body
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
Responses
201

Created

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
post/public/v1/helpdesk/chats/{chatId}/attachments

Last updated

Was this helpful?