Eden Health grdn.routes.impl.tools API

The grdn.routes.impl.tools API from Eden Health — 1 operation(s) for grdn.routes.impl.tools.

OpenAPI Specification

eden-health-grdn-routes-impl-tools-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  version: null
  title: Grdn grdn.handler grdn.routes.impl.tools API
  description: Eden Health Inc. primary backend API service.
consumes:
- application/json
produces:
- application/json
tags:
- name: grdn.routes.impl.tools
  description: null
paths:
  /v2/tools/covid-vax-eligibility:
    post:
      summary: update-covid-vax-eligibility-handler
      description: ''
      tags:
      - grdn.routes.impl.tools
      parameters:
      - in: body
        name: grdn.specs.tools/update-covid-vax-eligibility-params
        description: 'origin spec: grdn.specs.tools/update-covid-vax-eligibility-params'
        schema:
          type: object
          properties:
            mrns:
              type: array
              items:
                type: integer
                format: int64
                minimum: 1
          required:
          - mrns
          title: grdn.specs.tools/update-covid-vax-eligibility-params
      responses:
        default:
          description: Default success response.
          schema:
            type: object
            properties:
              count:
                type: integer
                format: int64
              invalid-mrns:
                type: array
                items:
                  type: integer
                  format: int64
                  minimum: 1
            required:
            - count
            - invalid-mrns
            title: grdn.specs.tools/update-covid-vax-eligibility-response