audiobookshelf/docs/controllers/MeController.yaml
2024-07-30 17:37:22 +02:00

15 lines
386 B
YAML

paths:
/api/me:
get:
operationId: getMe
summary: Get the current user.
description: Get the current user.
tags:
- Me
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '../objects/entities/User.yaml#/components/schemas/user'