Skip to content

Commit

Permalink
swagger blocking fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
amiparadis250 committed Mar 8, 2024
1 parent 8dffafc commit 91875f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@
"get": {
"summary": "Read comments for a blog",
"tags": ["Comments"],
"security": [],
"parameters": [
{
"name": "id",
Expand Down Expand Up @@ -744,6 +745,7 @@
"post": {
"summary": "Add a like to a blog",
"tags": ["Likes"],
"security": [],
"parameters": [
{
"name": "id",
Expand All @@ -766,6 +768,7 @@
"post": {
"summary": "Remove like from a blog",
"tags": ["Likes"],
"security": [],
"parameters": [
{
"name": "id",
Expand All @@ -788,6 +791,7 @@
"post": {
"summary": "Add views to a blog",
"tags": ["Likes"],
"security": [],
"parameters": [
{
"name": "id",
Expand Down

0 comments on commit 91875f8

Please sign in to comment.