From af5253585e680f262f29e7aefd0e8dbd6d3c0530 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 28 May 2022 12:46:00 -0700 Subject: [PATCH] Add latest endpoints to documentation --- docs/api.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index c4e55e5b..9921ca26 100644 --- a/docs/api.md +++ b/docs/api.md @@ -11,12 +11,16 @@ authorization. Currently, the following endpoints are available for `GET`, `OPTIONS`, and `POST` requests: -- `/api/pumping/` +- `/api/bmi/` (Body Mass Index) - `/api/children/` - `/api/changes/` (Diaper Changes) - `/api/feedings/` +- `/api/head-circumference/` +- `/api/height/` - `/api/notes/` +- `/api/pumping/` - `/api/sleep/` +- `/api/tags/` - `/api/temperature/` - `/api/timers/` - `/api/tummy-times/`