all repos

onasty @ 353101d7c316e8a334761a16e351dabb5ddf5912

a one-time notes service

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

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
description: Get note metadata
2
content:
3
  application/json:
4
    schema:
5
      type: object
6
      properties:
7
        created_at:
8
          type: string
9
          format: date-time
10
          example: 2025-09-05T16:30:00Z
11
        has_password:
12
          type: boolean