From 31e9b1e86512abeb17456ee0cf7753698b33638c Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Sat, 26 Apr 2014 11:57:46 -0500 Subject: [PATCH] Add 204 response code to check token v2.0 api call (identity) Closes-Bug: #1287845 Change-Id: I58700727c13b05d9367ead438519f60bad32c90f author: diane fleming --- .../identity-api/src/v2.0/wadl/identity-admin.wadl | 10 +++++----- www/index.html | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity-admin.wadl b/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity-admin.wadl index 78d77defa..a8cbd97d8 100644 --- a/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity-admin.wadl +++ b/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity-admin.wadl @@ -306,10 +306,10 @@ entry point to all service APIs. To access the Identity API, you must know its URL. 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. + 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. If the authentication token has expired, a 401 response code is returned. @@ -598,7 +598,7 @@ it belongs to a specified tenant, for performance. - &commonFaults; &getFaults; + &commonFaults; &getFaults; diff --git a/www/index.html b/www/index.html index e351aff15..0d542eb1e 100644 --- a/www/index.html +++ b/www/index.html @@ -9,7 +9,8 @@ - Documentation >> Application Development + Documentation >> Application Development +