openapi: 3.0.0
info:
  description: >
    For the latest release information please check our [release notes](https://developer.myoperato.com/release_notes).
    The Board Service API exposes board-services endpoint and related functions.
  version: unstable
  title: Board Service
  termsOfService: https://myoperato.com/terms/
  contact:
    email: heartyoh@hatiolab.com
  license:
    name: MIT
    url: http://mit-license.org/
tags:
  - name: board-print
    description: API to service based on board
  - name: board-headless
    description: API to service based on headless
schemes:
  - https
  - http
servers:
  - url: /api/unstable/

components:
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic
    bearerAuth:
      type: http
      scheme: bearer

security:
  - basicAuth: []
  - bearerAuth: []
responses:
  UnauthorizedError:
    description: Unauthorized

externalDocs:
  description: Find out about our release notes
  url: https://developer.myoperato.com/release_notes
