Skip to content
Snippets Groups Projects
Commit e681b936 authored by Sercan Yesildal's avatar Sercan Yesildal
Browse files

typo

parent 0c6f4e77
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ curl localhost:8000/user ...@@ -36,7 +36,7 @@ curl localhost:8000/user
``` ```
Nutzer aktualisieren Nutzer aktualisieren
```bash ```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 Nutzer entfernen
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment