Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/swagger/swagger-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9805,10 +9805,10 @@ paths:
/me:
get:
tags:
- oauth
- users
summary: Get authenticated user
description: Returns the full profile of the currently authenticated user based on the Bearer access token obtained via OAuth.
operationId: Get Authenticated User
operationId: Get Me
security:
- OAuth2:
- read
Expand Down
Loading