JSON Home relationships for auth resources
The new auth resources were missing the JSON Home relationship. bp json-home Change-Id: Ia47f18f84f134226a351c24c2f3b0a28a835c58c
This commit is contained in:
parent
1e28b80f7b
commit
90482030d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user