chore: Update API docs (#1153)

This commit is contained in:
Pranav Raj S
2020-08-18 12:14:37 +05:30
committed by GitHub
parent dfe4b70d91
commit 662bb882f7
11 changed files with 259 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
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