Chatwoot/swagger/paths/profile/index.yml

14 lines
268 B
YAML
Raw Normal View History

2020-08-18 06:44:37 +00:00
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