Skip to content

Commit

Permalink
Update login.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeweaver committed Apr 9, 2015
1 parent 972b184 commit 66f5df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/source/access_control/login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Required arguments must be passed as query string parameters.
**HTTP Headers** - Optional

Provide **x-auth-user** with either **x-auth-key** or **x-auth-securekey**.
Provide **x-auth-user** with either **x-auth-password** or **x-auth-securekey**.

+------------------+------------------------------------------------------------------------------------------------------+
| Name | Details |
Expand Down Expand Up @@ -135,4 +135,4 @@ Required arguments must be passed as query string parameters.
HTTP/1.1 200 OK
Content-Type: application/json

{ "ApiToken" : "7ca5dc5c7cce449fb0fff719307e8f5f" }
{ "ApiToken" : "7ca5dc5c7cce449fb0fff719307e8f5f" }

0 comments on commit 66f5df5

Please sign in to comment.