octoprint-open-api/openapi/paths/currentuser.yaml
2020-11-04 00:02:26 +01:00

16 lines
339 B
YAML

get:
tags:
- User
- General
summary: Current User
description: >-
Retrieves information about the current user.
operationId: getCurrentUser
responses:
"200":
description: Current user object
content:
application/json:
schema:
$ref: ../components/schemas/CurrentUser.yaml