Add 204 response code to check token v2.0 api call (identity)
Closes-Bug: #1287845 Change-Id: I58700727c13b05d9367ead438519f60bad32c90f author: diane fleming
This commit is contained in:
parent
35dcf50e0e
commit
31e9b1e865
@ -306,10 +306,10 @@
|
||||
entry point to all service APIs. To access the
|
||||
Identity API, you must know its URL.</para>
|
||||
<para>Each ReST request against the Identity Service
|
||||
requires the X-Auth-Token header. Clients obtain this
|
||||
token, along with the URL to other service APIs, by
|
||||
first authenticating against Identity with valid
|
||||
credentials.</para>
|
||||
requires the <code>X-Auth-Token</code> header. Clients
|
||||
obtain this token, along with the URL to other service
|
||||
APIs, by first authenticating against Identity with
|
||||
valid credentials.</para>
|
||||
<para>If the authentication token has expired, a
|
||||
<errorcode>401</errorcode> response code is
|
||||
returned.</para>
|
||||
@ -598,7 +598,7 @@
|
||||
it belongs to a specified tenant, for performance.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
<response status="200 203"/> &commonFaults; &getFaults; </method>
|
||||
<response status="200 203 204"/> &commonFaults; &getFaults; </method>
|
||||
<method name="GET" id="listEndpointsForToken">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||
title="List endoints for token">
|
||||
|
@ -9,7 +9,8 @@
|
||||
<meta name="google-site-verification" content=
|
||||
"Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
|
||||
|
||||
<title>Documentation >> Application Development</title><!-- Google Fonts -->
|
||||
<title>Documentation >> Application Development</title>
|
||||
<!-- Google Fonts -->
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.openstack.org/blog/feed/" />
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin'
|
||||
|
Loading…
x
Reference in New Issue
Block a user