Skip to content

Commit 62e9691

Browse files
committed
Update README
1 parent 58504ba commit 62e9691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ You can also use the `/openapi.yaml` endpoint to get the OpenAPI specification f
3131
For each table in the database, the following endpoints are available:
3232

3333
- `GET /<table>`: Get all records from the table.
34+
- `GET /<table>/<id>`: Returns the record with the given ID from the table.
3435
- `POST /<table>`: Create a new record in the table. The data for the record should be provided as JSON in the request body.
3536
- `PUT /<table>/<id>`: Update an existing record in the table. The data for the record should be provided as JSON in the request body.
3637
- `DELETE /<table>/<id>`: Delete an existing record from the table.

0 commit comments

Comments
 (0)