chore: Update API docs (#1153)
This commit is contained in:
13
swagger/paths/profile/index.yml
Normal file
13
swagger/paths/profile/index.yml
Normal 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
|
||||
Reference in New Issue
Block a user