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 15043bbd4b Upload 4.2
2023-05-31 13:09:58 +03:00

7 lines
161 B
ReStructuredText

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