From 7e5111a2d1d712083fc7fe50f22280fa150be1dd Mon Sep 17 00:00:00 2001 From: Florian Hansen Date: Wed, 12 Jun 2024 18:26:06 +0200 Subject: [PATCH] docs: update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 869607b..41d58df 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,5 @@ go run cmd/main.go ``` ## API Paths -`GET` `/api/v1/toggles`: Get all toggles stored by the server \ No newline at end of file +`GET` `/api/v1/features`: Get all features stored by the server +`POST` `/api/v1/features`: Create or update feature \ No newline at end of file