docs.yaml 230 B

123456789101112
  1. get:
  2. summary: API documentation
  3. operationId: getDocs
  4. tags:
  5. - General
  6. responses:
  7. '200':
  8. description: ReDoc HTML documentation page.
  9. content:
  10. text/html:
  11. schema:
  12. type: string