Skip to content

Commit

Permalink
Fix routes for REST access tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jun 4, 2015
1 parent efbd363 commit 567d0d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ usually a 42 character alphanumeric (including punctuation) string, e.g.
Getting a request token
=======================

* **Relative URL:** /oauth/get_request_token
* **Relative URL:** /db/{database}/oauth/get_request_token
* **Supported methods:** GET, POST

The application uses the consumer key to obtain a request token. The request
Expand Down Expand Up @@ -1009,7 +1009,7 @@ The verifier code is valid for 60 minutes.

Getting an access token
=======================
* **Relative URL:** /oauth/get_access_token
* **Relative URL:** /db/{database}/oauth/get_access_token
* **Supported methods:** GET, POST

The application uses the request token, verifier code and its consumer key to
Expand Down Expand Up @@ -1049,7 +1049,7 @@ following parameters:

Getting a session token
=======================
* **Relative URL:** /oauth/get_session_token
* **Relative URL:** /db/{database}/oauth/get_session_token
* **Supported methods:** GET, POST

The application uses the access token and its consumer key to obtain a session
Expand Down

0 comments on commit 567d0d6

Please sign in to comment.