Chatwoot/swagger/paths/profile/index.yml
2020-08-18 12:14:37 +05:30

13 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