From 90482030d9c975619b3351d33090fc056ab55a31 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sat, 30 Aug 2014 14:56:51 -0500 Subject: [PATCH] JSON Home relationships for auth resources The new auth resources were missing the JSON Home relationship. bp json-home Change-Id: Ia47f18f84f134226a351c24c2f3b0a28a835c58c --- v3/src/markdown/identity-api-v3.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v3/src/markdown/identity-api-v3.md b/v3/src/markdown/identity-api-v3.md index 987115d5..466aba35 100644 --- a/v3/src/markdown/identity-api-v3.md +++ b/v3/src/markdown/identity-api-v3.md @@ -1883,7 +1883,7 @@ The key use cases we need to cover: #### Get service catalog: `GET /auth/catalog` -Relationship: `http://docs.openstack.org/api/openstack-identity/3/rel/catalog` +Relationship: `http://docs.openstack.org/api/openstack-identity/3/rel/auth_catalog` *New in version 3.3* @@ -1935,6 +1935,8 @@ Response: #### Get available project scopes: `GET /auth/projects` +Relationship: `http://docs.openstack.org/api/openstack-identity/3/rel/auth_projects` + *New in version 3.3* This call returns the list of projects that are available to be scoped to based @@ -1977,6 +1979,8 @@ Response: #### Get available domain scopes: `GET /auth/domains` +Relationship: `http://docs.openstack.org/api/openstack-identity/3/rel/auth_domains` + *New in version 3.3* This call returns the list of domains that are available to be scoped to based