all repos

onasty @ fe34b44ed64971ea123c26077bd570d15d2352f9

a one-time notes service

onasty/api/components/responses/Me.yml (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
description: Account info
2
content:
3
  application/json:
4
    schema:
5
      type: object
6
      properties:
7
        email:
8
          type: string
9
          example: "user@email.com"
10
        created_at:
11
          type: string
12
          format: date-time
13
          example: 2025-07-05T16:30:00Z
14
        last_login_at:
15
          type: string
16
          format: date-time
17
          example: 2025-09-05T16:30:00Z
18
        notes_created:
19
          type: integer
20
          example: 69