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:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ListUsersResponse'
|
$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}:
|
/users/{id}:
|
||||||
get:
|
get:
|
||||||
operationId: GetUser
|
operationId: GetUser
|
||||||
|
|
Loading…
Add table
Reference in a new issue