{ "opencollection": "1.0.0", "info": { "name": "Gleap AI content Help center articles API", "version": "14.0.0" }, "items": [ { "info": { "name": "Help center articles", "type": "folder" }, "items": [ { "info": { "name": "Get all articles", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/helpcenter/collections/:helpcenterCollectionId/articles", "headers": [ { "name": "project", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all articles" }, { "info": { "name": "Create a new article", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/helpcenter/collections/:helpcenterCollectionId/articles", "headers": [ { "name": "project", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new article" }, { "info": { "name": "Get an article", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/helpcenter/collections/:helpcenterCollectionId/articles/:helpcenterArticleId", "params": [ { "name": "helpcenterArticleId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an article" }, { "info": { "name": "Update an article", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gleap.io/v3/helpcenter/collections/:helpcenterCollectionId/articles/:helpcenterArticleId", "params": [ { "name": "helpcenterArticleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an article" }, { "info": { "name": "Delete an article", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gleap.io/v3/helpcenter/collections/:helpcenterCollectionId/articles/:helpcenterArticleId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "helpcenterArticleId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an article" }, { "info": { "name": "Move an article", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gleap.io/v3/helpcenter/collections/:helpcenterCollectionId/articles/:helpcenterArticleId/move", "params": [ { "name": "helpcenterArticleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Move an article" } ] } ], "bundled": true }