[doc/api]Remove space within word

Following two words should not have space.
 X-Subject-Token
 X-Auth-Token
But currently these two words have CR within these words,
This causes redundunt spaces.

http://developer.openstack.org/api-ref/identity/v3/authenticate-v3.html

Change-Id: I3ae39cdaf19b73b5f7750eeb9b01d1447e2ca73a
This commit is contained in:
Atsushi SAKAI 2016-07-05 16:34:56 +09:00
parent c8217ca2fb
commit e37db54212
1 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ scope. You can scope a token to a project or domain, or the token
can be unscoped. You cannot scope a token to both a project and
domain.
Tokens have IDs, which the Identity API returns in the ``X-Subject-
Token`` response header.
Tokens have IDs, which the Identity API returns in the
``X-Subject-Token`` response header.
Also, validates an authentication token and lists the domains,
projects, roles, and endpoints to which the token gives access.
@ -419,8 +419,8 @@ Revokes a token.
This call is similar to the HEAD ``/auth/tokens`` call except that
the ``X-Subject-Token`` token is immediately not valid, regardless
of the ``expires_at`` attribute value. An additional ``X-Auth-
Token`` is not required.
of the ``expires_at`` attribute value. An additional
``X-Auth-Token`` is not required.
Error response codes:413,415,405,404,403,401,400,503,409,