{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Projects API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/v4/organizations/:organizationId/projects", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "perPage", "value": "", "type": "query", "description": "Number of items per page" } ] }, "docs": "Returns the list of projects within the specified organization." }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8095/v4/organizations/:organizationId/projects", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new project within the specified organization." }, { "info": { "name": "Get project details", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/v4/organizations/:organizationId/projects/:projectId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" }, { "name": "projectId", "value": "", "type": "path", "description": "The UUID of the project" } ] }, "docs": "Returns detailed information about a specific project." }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost:8095/v4/organizations/:organizationId/projects/:projectId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" }, { "name": "projectId", "value": "", "type": "path", "description": "The UUID of the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing project." }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://localhost:8095/v4/organizations/:organizationId/projects/:projectId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" }, { "name": "projectId", "value": "", "type": "path", "description": "The UUID of the project" } ] }, "docs": "Deletes the specified project. All resources within the project must be deleted first." } ] } ], "bundled": true }