all repos

onasty @ dependabot/github_actions/marocchino/tool-versions-action-2

a one-time notes service

onasty/api/paths/auth/me.yml (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
get:
2
  tags: [Account]
3
  summary: Get account info
4
  security:
5
    - Bearer: []
6
7
  responses:
8
    '200':
9
      $ref: '../../components/responses/Me.yml'
10
    '401':
11
      description: Unauthorized
12
    '500':
13
      $ref: '../../components/responses/ErrorResponse.yml'