chore: Add Swagger docs for Platform APIs (#2349)
This commit is contained in:
16
swagger/paths/platform/users/show.yml
Normal file
16
swagger/paths/platform/users/show.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
tags:
|
||||
- Users
|
||||
operationId: get-details-of-a-user
|
||||
summary: Get an user details
|
||||
description: Get the details of an user
|
||||
security:
|
||||
- platformAppApiKey: []
|
||||
responses:
|
||||
200:
|
||||
description: Success
|
||||
schema:
|
||||
$ref: '#/definitions/user'
|
||||
401:
|
||||
description: Unauthorized
|
||||
404:
|
||||
description: The given user does not exist
|
||||
Reference in New Issue
Block a user