{ "opencollection": "1.0.0", "info": { "name": "Convex Deployment Platform AccessTokens Mutations API", "version": "v1-beta" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Mutations", "type": "folder" }, "items": [ { "info": { "name": "Execute a mutation function", "type": "http" }, "http": { "method": "POST", "url": "https://{deploymentName}.convex.cloud/api/v1/api/mutation", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a mutation function that performs transactional writes to the Convex database. The function is identified by its module path and export name. Named arguments are passed as a JSON object. Mutations are atomic and strongly consistent. Returns the function's return value and any console log output produced during execution." } ] } ], "bundled": true }