all repos

onasty @ dependabot/github_actions/actions/cache-5

a one-time notes service

onasty/api/components/requests/CreateNote.yml (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
type: object
2
required:
3
  - content
4
properties:
5
  content:
6
    type: string
7
    example: some-secret-content
8
  slug:
9
    type: string
10
    example: unique-slug
11
  password:
12
    type: string
13
    example: securePassword123
14
  keep_before_expiration:
15
    type: boolean
16
  expires_at:
17
    type: string
18
    format: date-time
19
    example: 2025-09-05T16:30:00Z