mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
15 lines
386 B
YAML
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'
|