{ "opencollection": "1.0.0", "info": { "name": "Helpcenter KbCategoryLogo API", "version": "1.0.0" }, "items": [ { "info": { "name": "KbCategoryLogo", "type": "folder" }, "items": [ { "info": { "name": "Upload KB logo image", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/kbCategoryLogo", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "This API is used to upload an image to be used as logo" } ] } ], "bundled": true }