openapi: 3.1.0 info: title: Airbrake REST Activities iOS Crash Reports API version: v4 description: 'Best-effort OpenAPI 3.1 representation of the Airbrake REST API derived from https://docs.airbrake.io/docs/devops-tools/api/. Airbrake is an error monitoring and APM platform exposing endpoints for projects, deploys, groups (errors), notices, source maps, performance routes/queries/queues statistics, and project activities. Authentication uses query-string keys (project key, user key, or user token). ' contact: name: Airbrake url: https://docs.airbrake.io/docs/devops-tools/api/ servers: - url: https://api.airbrake.io description: Airbrake API security: - ProjectKey: [] tags: - name: iOS Crash Reports paths: /api/v3/projects/{project_id}/ios-reports: post: tags: - iOS Crash Reports summary: Create iOS crash report operationId: createIosReport parameters: - name: project_id in: path required: true schema: type: integer responses: '201': description: Created components: securitySchemes: ProjectKey: type: apiKey in: query name: key description: Project key, user key, or user token passed as the `key` query string parameter.