Upload 4.14
This commit is contained in:
7
part4/bloglist/requests/update_blog.rest
Normal file
7
part4/bloglist/requests/update_blog.rest
Normal file
@@ -0,0 +1,7 @@
|
||||
PUT http://localhost:3001/api/blogs/6477906c6320872422793b7a
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"title": "Updated blog", "author": "Hans", "url": "www.andrew.eu", "likes": 5000
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user