feat(user): delete GetMe endpoint
This commit is contained in:
parent
b7ea2e6cc7
commit
c1b7fd7a2d
1 changed files with 0 additions and 12 deletions
|
@ -105,18 +105,6 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ListUsersResponse'
|
||||
/users/me:
|
||||
get:
|
||||
operationId: GetMe
|
||||
security:
|
||||
- bearerAuth: [ ]
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/GetUserResponse'
|
||||
/users/{id}:
|
||||
get:
|
||||
operationId: GetUser
|
||||
|
|
Loading…
Add table
Reference in a new issue