Create Article Attachment
POST {{baseUrl}}/api/v2/help_center/articles/:article_id/attachments
Creates an attachment for the specified article. You can specify whether the
attachment is inline
or not. The default is false.
Allowed for
- Agents
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"article_attachment":{"article_id":"\u003cinteger\u003e","content_type":"\u003cstring\u003e","content_url":"\u003cstring\u003e","created_at":"\u003cstring\u003e","file_name":"\u003cstring\u003e","id":"\u003cinteger\u003e","inline":"\u003cboolean\u003e","size":"\u003cinteger\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e"}}