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:
Authorization: Bearer
Record {
id: int
description: string
@ -43,7 +45,7 @@ POST /records
calspergram: number
} -> Record
UPDATE /records
UPDATE /records/:id
{
description?: string
weight?: number