From 62e9691a723e448cc46da6c28b3f0b8b11079bc1 Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 27 Jul 2023 09:28:41 -0400 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 916dcad..e78c6d2 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ You can also use the `/openapi.yaml` endpoint to get the OpenAPI specification f For each table in the database, the following endpoints are available: - `GET /`: Get all records from the table. +- `GET /
/`: Returns the record with the given ID from the table. - `POST /
`: Create a new record in the table. The data for the record should be provided as JSON in the request body. - `PUT /
/`: Update an existing record in the table. The data for the record should be provided as JSON in the request body. - `DELETE /
/`: Delete an existing record from the table.