{ "opencollection": "1.0.0", "info": { "name": "Document360 Articles API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_token", "value": "{{api_token}}", "placement": "header" } }, "items": [ { "info": { "name": "Articles", "type": "folder" }, "items": [ { "info": { "name": "List Articles", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.document360.io/v2/Articles", "params": [ { "name": "projectVersionId", "value": "", "type": "query" } ] }, "docs": "Retrieves articles within a Document360 knowledge base project." }, { "info": { "name": "Create Article", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.document360.io/v2/Articles", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new article in the knowledge base." }, { "info": { "name": "Get Article", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.document360.io/v2/Articles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single article by its identifier." }, { "info": { "name": "Update Article", "type": "http" }, "http": { "method": "PUT", "url": "https://apihub.document360.io/v2/Articles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing article." }, { "info": { "name": "Delete Article", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.document360.io/v2/Articles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes an article." } ] } ], "bundled": true }