Skip to content

Commit

Permalink
Merge pull request #76 from AnyFetch/renew-token
Browse files Browse the repository at this point in the history
Add refreshToken method
  • Loading branch information
Neamar committed Mar 10, 2015
2 parents cf3a56b + 03e1e7f commit 9f85261
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/json/api-descriptors.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"verb": "DELETE",
"expectedStatus": 204
},
"refreshToken": {
"endpoint": "/token/refresh",
"verb": "POST",
"expectedStatus": 204
},
"getCompany": {
"endpoint": "/company"
},
Expand Down

0 comments on commit 9f85261

Please sign in to comment.