34f6144a47
Roles, projects, and domains can accept "immutable" as a resource option. This change explains the option in the admin guide and updates the API reference to mention it. Change-Id: I95926927472f6418f97a08fea0ebd56da04ce7a5 Related-bug: #1823258
17 lines
431 B
JSON
17 lines
431 B
JSON
{
|
|
"project": {
|
|
"description": "My updated project",
|
|
"domain_id": null,
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/93ebbcc35335488b96ff9cd7d18cbb2e"
|
|
},
|
|
"enabled": true,
|
|
"id": "93ebbcc35335488b96ff9cd7d18cbb2e",
|
|
"is_domain": true,
|
|
"name": "myUpdatedProject",
|
|
"parent_id": null,
|
|
"tags": [],
|
|
"options": {}
|
|
}
|
|
}
|