From ce40b9cb71104e9e0fbbe3723883fdeb8a552b33 Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Mon, 29 Feb 2016 09:44:35 +0700 Subject: [PATCH] Missing Response Parameters table of "GET /v2.0/tenants" This patch adds Response Parameter tables to the api-site documentation as below: + tenants: One or more tenants objects. + id: the tenant ID. + name: the tenant name. + description: Description about the tenant. + enabled: Indicates whether the tenant is enabled or disabled. + tenants_links: Links of the tenants. Change-Id: I007b5ff9813fc73390c5d75288ac62f621c7e7a3 Co-Authored-by: Cao Xuan Hoang Closes-Bug: #1549215 --- .../wadls/identity-api/src/v2.0/common.ent | 69 +++++++++++++++++-- .../identity-api/src/v2.0/wadl/identity.wadl | 1 + 2 files changed, 66 insertions(+), 4 deletions(-) diff --git a/api-ref/src/wadls/identity-api/src/v2.0/common.ent b/api-ref/src/wadls/identity-api/src/v2.0/common.ent index 80051147e..cd881f357 100644 --- a/api-ref/src/wadls/identity-api/src/v2.0/common.ent +++ b/api-ref/src/wadls/identity-api/src/v2.0/common.ent @@ -142,7 +142,7 @@ - + The user name. Required if you include the passwordCredentials object. If you do not provide a password credentials, you must provide a token. @@ -178,7 +178,7 @@ '> + required="false" type="csapi:UUID"> @@ -190,13 +190,74 @@ '> + + + + One or more tenant Objects. + + + + + + + The tenant ID. + + + + + + + The tenant name. + + + + + + + Description about the tenant. + + + + + + + Indicates whether the tenant is enabled or disabled. + + + + + + + Links of the tenants. + + +'> - + The authentication token for which to perform the operation. @@ -221,7 +282,7 @@ - + A token object. Required if you do not provide password credentials. diff --git a/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity.wadl b/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity.wadl index 2ac41a6ca..549024fa5 100644 --- a/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity.wadl +++ b/api-ref/src/wadls/identity-api/src/v2.0/wadl/identity.wadl @@ -506,6 +506,7 @@ + &tenantsResponseParameter;