RunWhen Graphql API

The Graphql API from RunWhen — 1 operation(s) for graphql.

OpenAPI Specification

runwhen-graphql-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: papi alert-query-proxy Graphql API
  description: RunWhen Platform API
  version: 2.0.0
tags:
- name: Graphql
paths:
  /graphql:
    get:
      summary: Handle Http Get
      operationId: handle_http_get_graphql_get
      responses:
        '200':
          description: The GraphiQL integrated development environment.
          content:
            application/json:
              schema: {}
        '404':
          description: Not found if GraphiQL or query via GET are not enabled.
      security:
      - BearerAuth: []
      tags:
      - Graphql
    post:
      summary: Handle Http Post
      operationId: handle_http_post_graphql_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
      - BearerAuth: []
      tags:
      - Graphql
components:
  securitySchemes:
    BearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: JWT access token from /api/v3/token/ or Auth0 login