Oper Credits Health API

The Health API from Oper Credits — 1 operation(s) for health.

OpenAPI Specification

oper-credits-health-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Oper Credits Agent Documents Health API
  version: ''
tags:
- name: Health
paths:
  /api/health/:
    get:
      description: This View simply return a 200 for diagnostics purposes.
      operationId: api_health_retrieve
      responses:
        '200':
          description: No response body
      security:
      - jwtAuth: []
      tags:
      - Health
components:
  securitySchemes:
    jwtAuth:
      bearerFormat: JWT
      scheme: bearer
      type: http