diff --git a/user/v1/openapi.yaml b/user/v1/openapi.yaml index d8775cb..41231eb 100644 --- a/user/v1/openapi.yaml +++ b/user/v1/openapi.yaml @@ -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