14 lines
268 B
YAML
14 lines
268 B
YAML
|
get:
|
||
|
tags:
|
||
|
- Profile
|
||
|
operationId: fetchProfile
|
||
|
summary: Fetch user profile
|
||
|
description: Get the user profile details
|
||
|
responses:
|
||
|
200:
|
||
|
description: Success
|
||
|
schema:
|
||
|
$ref: '#/definitions/user'
|
||
|
401:
|
||
|
description: Unauthorized
|