{ "opencollection": "1.0.0", "info": { "name": "Superlog Management API keys Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects in the org", "type": "http" }, "http": { "method": "GET", "url": "https://api.superlog.sh/api/v1/projects" }, "docs": "List projects in the org" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.superlog.sh/api/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new project in the authed org. Optionally mints an initial ingest key in the same call (default behavior)." }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.superlog.sh/api/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Get a project" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.superlog.sh/api/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partial update. Only fields present in the body are written." }, { "info": { "name": "Upload a source map artifact", "type": "http" }, "http": { "method": "POST", "url": "https://api.superlog.sh/api/v1/projects/:projectId/sourcemaps", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Uploads a compressed source map artifact for later issue symbolication. Accepts either a project-scoped `sl_public_*` ingest key for this project or a server-side `sl_management_*` key for the org." } ] } ], "bundled": true }