From e681b9369696421941e90c3b1349219804660d24 Mon Sep 17 00:00:00 2001 From: Sercan Yesildal <sercan.yesildal@gmail.com> Date: Tue, 11 Jul 2023 09:37:13 +0200 Subject: [PATCH] typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index df0059b..e5bace1 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ curl localhost:8000/user ``` Nutzer aktualisieren ```bash -curl -X PUT -H "Content-Type: application/json" -d ''{"mail":"max.mustermann@gmail.com","firstName":"Max","lastName":"Mustermann"}' localhost:8000/user/1 +curl -X PUT -H "Content-Type: application/json" -d '{"mail":"max.mustermann@gmail.com","firstName":"Max","lastName":"Mustermann"}' localhost:8000/user/1 ``` Nutzer entfernen ```bash -- GitLab