{ "opencollection": "1.0.0", "info": { "name": "Helpcenter CommunityAttachment API", "version": "1.0.0" }, "items": [ { "info": { "name": "CommunityAttachment", "type": "folder" }, "items": [ { "info": { "name": "Add community attachment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/communityAttachments", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "This API uploads files to the storage space allocated for the community module." }, { "info": { "name": "Get unassociated attachment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/communityAttachments/:id/content", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Unassociated attachments are those attachments uploaded to a community topic or comment that is not yet published or saved as a draft. This API fetches an unassociated attachment from the user community." } ] } ], "bundled": true }