{ "opencollection": "1.0.0", "info": { "name": "Prisma Accelerate Aggregation Environments API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "Prisma List environments for a project", "type": "http" }, "http": { "method": "GET", "url": "https://accelerate.prisma-data.net/projects/:projectId/environments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the project" } ] }, "docs": "Retrieves all environments configured for a specific project. Environments represent different deployment stages such as development, staging, and production." }, { "info": { "name": "Prisma Create an environment", "type": "http" }, "http": { "method": "POST", "url": "https://accelerate.prisma-data.net/projects/:projectId/environments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new environment within a project for a specific deployment stage with its own database connection and API key." }, { "info": { "name": "Prisma Get an environment", "type": "http" }, "http": { "method": "GET", "url": "https://accelerate.prisma-data.net/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Unique identifier of the environment" } ] }, "docs": "Retrieves detailed information about a specific environment including its connection configuration and API key status." }, { "info": { "name": "Prisma Delete an environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://accelerate.prisma-data.net/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Unique identifier of the environment" } ] }, "docs": "Permanently deletes an environment and its associated API keys. This action cannot be undone." } ] } ], "bundled": true }