chore: update docs

This commit is contained in:
Serafim Sukharev 2025-01-28 20:13:43 +03:00
parent bd1c37d899
commit d4d1838821
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ Features:
API docs: API docs:
Authorization: Bearer
Record { Record {
id: int id: int
description: string description: string
@ -43,7 +45,7 @@ POST /records
calspergram: number calspergram: number
} -> Record } -> Record
UPDATE /records UPDATE /records/:id
{ {
description?: string description?: string
weight?: number weight?: number