From ce9cb072977fbd7e10b4b80fd6c650f646130cb7 Mon Sep 17 00:00:00 2001 From: LeFnord Date: Sun, 22 Oct 2023 11:45:26 +0200 Subject: [PATCH] Updates README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aa41c2..0241af9 100644 --- a/README.md +++ b/README.md @@ -142,8 +142,8 @@ to create an API based on the spec. - [x] read path parameter - [x] requires it in param block - [x] specify it -- [ ] handle query parameter -> check it -- [ ] handle body parameter -> check it +- [x] handle query parameter -> check it +- [x] handle body parameter -> check it - [ ] add description block