You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
YAML
12 lines
374 B
YAML
4 years ago
|
get:
|
||
|
tags:
|
||
|
- shorthand
|
||
|
summary: Access your profile data
|
||
|
description: This shorthand returns the data for the logged in user, identical to the data returned at this route /user/<userslug>
|
||
|
responses:
|
||
|
"200":
|
||
|
description: ""
|
||
|
content:
|
||
|
application/json:
|
||
|
schema:
|
||
|
$ref: ../components/schemas/UserObject.yaml#/UserObjectFull
|