From cb052dc7751b99896ea8b519e003b960f19547f4 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Sat, 12 Oct 2013 01:15:11 -0400 Subject: [PATCH] AC-552 Fix API docs for auth token. --- awx/main/templates/main/auth_token_view.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/main/templates/main/auth_token_view.md b/awx/main/templates/main/auth_token_view.md index 0d3bad70bf..fe03e3f159 100644 --- a/awx/main/templates/main/auth_token_view.md +++ b/awx/main/templates/main/auth_token_view.md @@ -21,10 +21,10 @@ the timestamp when the token will expire: Otherwise, the response will indicate the error that occurred and return a 4xx 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: - Authenticate: Token 8f17825cf08a7efea124f2638f3896f6637f8745 + Authorization: Token 8f17825cf08a7efea124f2638f3896f6637f8745 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