Eden Health grdn.routes.impl.brad API

The grdn.routes.impl.brad API from Eden Health — 3 operation(s) for grdn.routes.impl.brad.

OpenAPI Specification

eden-health-grdn-routes-impl-brad-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  version: null
  title: Grdn grdn.handler grdn.routes.impl.brad API
  description: Eden Health Inc. primary backend API service.
consumes:
- application/json
produces:
- application/json
tags:
- name: grdn.routes.impl.brad
  description: null
paths:
  /v2/brad/status:
    get:
      summary: get-status-handler
      description: Indicates BRAD state
      tags:
      - grdn.routes.impl.brad
      parameters: []
      responses:
        default:
          description: Default success response.
          schema:
            type: object
            properties:
              state:
                type: string
                x-allOf:
                - type: string
                - x-anyOf:
                  - {}
                  - {}
            required:
            - state
            title: grdn.specs.brad/get-status-response
  /v2/brad/status/active:
    put:
      summary: set-status-active-handler
      description: Sets BRAD state to active (enabled)
      tags:
      - grdn.routes.impl.brad
      parameters: []
      responses:
        default:
          description: Default success response.
          schema:
            type: object
            properties:
              success:
                type: boolean
            required:
            - success
            title: grdn.specs.brad/set-status-response
  /v2/brad/status/inactive:
    put:
      summary: set-status-inactive-handler
      description: Sets BRAD state to inactive (disabled)
      tags:
      - grdn.routes.impl.brad
      parameters: []
      responses:
        default:
          description: Default success response.
          schema:
            type: object
            properties:
              success:
                type: boolean
            required:
            - success
            title: grdn.specs.brad/set-status-response