Skip to content

Commit

Permalink
[swagger] Fix incorrect params in /session
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhoww committed Feb 11, 2017
1 parent ebc2ec2 commit b1f4029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@
}
}
},
"/session/{token}": {
"/session": {
"get": {
"summary": "Fetch Session information",
"consumes": [
Expand All @@ -549,7 +549,7 @@
"parameters": [
{
"name": "token",
"in": "path",
"in": "query",
"required": false,
"type": "string"
}
Expand Down

0 comments on commit b1f4029

Please sign in to comment.