This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
fullstack-open/part4/bloglist/requests/post_blog.rest
Andrew Trieu 0988a44fe4 Upload 4.12
2023-05-31 21:14:33 +03:00

7 lines
158 B
ReStructuredText

POST http://localhost:3001/api/blogs
content-type: application/json
{
"title": "Last blog", "author": "Andrew", "url": "www.andrew.eu", "likes": 1000
}