{ "opencollection": "1.0.0", "info": { "name": "Gleap AI content Custom components API", "version": "14.0.0" }, "items": [ { "info": { "name": "Custom components", "type": "folder" }, "items": [ { "info": { "name": "Find all custom components.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/custom-components", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "searchTerm", "value": "", "type": "query" }, { "name": "publishedOnly", "value": "", "type": "query" }, { "name": "withCount", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Find all custom components of a project." }, { "info": { "name": "Create a new custom component.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/custom-components", "headers": [ { "name": "project", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new custom AI message component." }, { "info": { "name": "Find one custom component.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/custom-components/:customComponentId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "customComponentId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Find one custom component by ID." }, { "info": { "name": "Update a custom component.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gleap.io/v3/custom-components/:customComponentId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "customComponentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a custom component." }, { "info": { "name": "Delete a custom component.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gleap.io/v3/custom-components/:customComponentId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "customComponentId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a custom component." } ] } ], "bundled": true }