| 123456789101112131415161718 |
- get:
- operationId: GetMe
- summary: >-
- Get information about myself. [OPTIONAL:Storage]
- description: >-
- **THIS IS AN OPTIONAL ENDPOINT**: This endpoint might not be implemented, as it
- requires a server running!
- security:
- - authRequired: []
- tags:
- - Me
- responses:
- "200":
- $ref: ../../../components/responses/api/me/index-get-200.yaml
- "401":
- $ref: ../../../components/responses/401.yaml
- "404":
- $ref: ../../../components/responses/404.yaml
|