Skip to content

Commit

Permalink
feat: PostRestController methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr4ll committed Mar 27, 2023
1 parent e68d455 commit be1bde1
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions AList.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,55 @@
"response": []
}
]
},
{
"name": "PostRestController",
"item": [
{
"name": "upvotePost",
"request": {
"method": "PUT",
"header": [],
"url": {
"raw": "https://localhost:8443/api/posts/40/upvotes",
"protocol": "https",
"host": [
"localhost"
],
"port": "8443",
"path": [
"api",
"posts",
"40",
"upvotes"
]
}
},
"response": []
},
{
"name": "downvotePost",
"request": {
"method": "PUT",
"header": [],
"url": {
"raw": "https://localhost:8443/api/posts/40/downvotes",
"protocol": "https",
"host": [
"localhost"
],
"port": "8443",
"path": [
"api",
"posts",
"40",
"downvotes"
]
}
},
"response": []
}
]
}
]
}

0 comments on commit be1bde1

Please sign in to comment.