0b49d43e5b
A number of the examples are also updated, since not all of them were valid combinations of domain_id, parent_id and is_domain. Change-Id: Id642762cd6acfdf6142b24caf3de1d16db599065
15 lines
391 B
JSON
15 lines
391 B
JSON
{
|
|
"project": {
|
|
"description": "My new project",
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "93ebbcc35335488b96ff9cd7d18cbb2e",
|
|
"is_domain": false,
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/93ebbcc35335488b96ff9cd7d18cbb2e"
|
|
},
|
|
"name": "myNewProject",
|
|
"parent_id": "default"
|
|
}
|
|
}
|