index.yaml 258 B

12345678910111213
  1. get:
  2. summary: Health check
  3. operationId: getIndex
  4. tags:
  5. - General
  6. responses:
  7. '200':
  8. description: API is running.
  9. content:
  10. text/plain:
  11. schema:
  12. type: string
  13. example: Welcome to the Torus API