mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
16 lines
339 B
YAML
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
|