index.yaml 494 B

123456789101112131415161718
  1. get:
  2. operationId: GetMe
  3. summary: >-
  4. Get information about myself. [OPTIONAL:Storage]
  5. description: >-
  6. **THIS IS AN OPTIONAL ENDPOINT**: This endpoint might not be implemented, as it
  7. requires a server running!
  8. security:
  9. - authRequired: []
  10. tags:
  11. - Me
  12. responses:
  13. "200":
  14. $ref: ../../../components/responses/api/me/index-get-200.yaml
  15. "401":
  16. $ref: ../../../components/responses/401.yaml
  17. "404":
  18. $ref: ../../../components/responses/404.yaml