Add domain_id to /v3 group responses

The example responses for the identity /v3 group responses
(create, get, and update group) didn't include the domain_id like
the real response does.

Change-Id: I8f8c20f0862a326e1496e037ef545acf31042d3f
This commit is contained in:
Brant Knudson
2014-01-04 13:58:15 -06:00
parent ecc569b2e5
commit 31cc7ca623
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{
"group": {
"description": "Developers cleared for work on secret projects",
"domain_id": "--domain-id--",
"id": "--group-id--",
"links": {
"self": "http://identity:35357/v3/groups/--group-id--"

View File

@@ -1,6 +1,7 @@
{
"group": {
"description": "Developers cleared for work on secret projects",
"domain_id": "--domain-id--",
"id": "--group-id--",
"links": {
"self": "http://identity:35357/v3/groups/--group-id--"

View File

@@ -1,6 +1,7 @@
{
"group": {
"description": "Developers cleared for work on secret projects",
"domain_id": "--domain-id--",
"id": "--group-id--",
"links": {
"self": "http://identity:35357/v3/groups/--group-id--"