{ "opencollection": "1.0.0", "info": { "name": "Prisma Accelerate Aggregation Raw API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Raw", "type": "folder" }, "items": [ { "info": { "name": "Prisma Execute a raw SQL query", "type": "http" }, "http": { "method": "POST", "url": "https://accelerate.prisma-data.net/raw/query", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a raw SQL SELECT query against the database and returns the result set. Use parameterized queries to prevent SQL injection." }, { "info": { "name": "Prisma Execute a raw SQL statement", "type": "http" }, "http": { "method": "POST", "url": "https://accelerate.prisma-data.net/raw/execute", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a raw SQL statement (INSERT, UPDATE, DELETE, DDL) against the database and returns the number of affected rows." } ] } ], "bundled": true }