Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
prafulla-codes committed Sep 7, 2020
2 parents 84c2835 + 25a4862 commit 073d56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Following are the parameters which you can modify to make this action suitable f
# Describing your APIs
You can easily add description to your APIs using comments in the following way
You can easily add description to your APIs using JSON in comments in the following way
**Adding API descriptions**
Expand All @@ -75,7 +75,7 @@ You can easily add description to your APIs using comments in the following way
"description":"Checks for token and gets the logged in user",
"inputs":{
"x-auth-token":"The JWT Token in header"
}
},
"label":"Public",
"outputs":{
"user":"The user object stored in database",
Expand Down

0 comments on commit 073d56a

Please sign in to comment.