{ "opencollection": "1.0.0", "info": { "name": "Theneo Import Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Get All Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.theneo.io/projects" }, "docs": "Retrieves a list of all API documentation projects accessible to the authenticated user." }, { "info": { "name": "Add New Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.theneo.io/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API documentation project in the specified workspace." }, { "info": { "name": "Get Project By ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.theneo.io/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." } ] }, "docs": "Retrieves details of a specific project by its unique identifier." }, { "info": { "name": "Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.theneo.io/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." } ] }, "docs": "Deletes an API documentation project by its unique identifier." } ] } ], "bundled": true }