Skip to content

Commit

Permalink
[minor fix] adds named token route to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Dec 4, 2012
1 parent af56926 commit 4f4d29a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/articles/api/index.md
Expand Up @@ -113,7 +113,8 @@ All User accounts must be confirmed. When a new User is created, a confirmation
<a name="create-an-api-token"></a>
### Create an API Token

PUT /users/:user-id/tokens
POST /users/:user-id/tokens
PUT /users/:user-id/tokens/:my-named-token

### Get User Third Party Tokens

Expand Down
3 changes: 2 additions & 1 deletion public/api/index.html
Expand Up @@ -212,7 +212,8 @@ <h3>Delete an API Token</h3>
<p><a name="create-an-api-token"></a>
</p>
<h3>Create an API Token</h3>
<pre><code>PUT /users/:user-id/tokens</code></pre>
<pre><code>POST /users/:user-id/tokens
PUT /users/:user-id/tokens/:my-named-token</code></pre>
<h3>Get User Third Party Tokens</h3>
<p>Users sometimes need Nodejitsu to store an authorization token for a service they want us to use for them. e.g. For us to deploy a private repository you have in Github we need you to give Nodejitsu access to your github account.

Expand Down

0 comments on commit 4f4d29a

Please sign in to comment.