Skip to content
Snippets Groups Projects
Commit 849fa54e authored by „Sophia's avatar „Sophia
Browse files

Merge remote-tracking branch 'origin/master'

parents 5c82bf9a 18473c9e
Branches luisa
No related merge requests found
......@@ -229,6 +229,7 @@ header {
fill-rule: evenodd;
width: 600px;
height: 200px;
object-fit: cover;
}
.bestseller-badge {
......
......@@ -3,8 +3,20 @@ POST http://localhost:8080/login HTTP/1.1
Content-Type: application/json
{
"eMail": "lennardetzel@gmail.com",
"password": "123456789"
"eMail": "paula@gmx.de",
"password": "123"
}
###Delete specific user
DELETE http://localhost:8080/user/25 HTTP/1.1
### Update specific User
PUT http://localhost:8080/user HTTP/1.1
Content-Type: application/json
{
"givenName": "Laurin",
"familyName": "Etzel"
}
### Read User
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment