AC-552 Fix API docs for auth token.

This commit is contained in:
Chris Church
2013-10-12 01:15:11 -04:00
parent c20300f6ce
commit cb052dc775

View File

@@ -21,10 +21,10 @@ the timestamp when the token will expire:
Otherwise, the response will indicate the error that occurred and return a 4xx Otherwise, the response will indicate the error that occurred and return a 4xx
status code. status code.
For subsequent requests, pass the token via the HTTP `Authenticate` request For subsequent requests, pass the token via the HTTP `Authorization` request
header: header:
Authenticate: Token 8f17825cf08a7efea124f2638f3896f6637f8745 Authorization: Token 8f17825cf08a7efea124f2638f3896f6637f8745
Each request that uses the token for authentication will refresh its expiration Each request that uses the token for authentication will refresh its expiration
timestamp and keep it from expiring. A token only expires when it is not used timestamp and keep it from expiring. A token only expires when it is not used