keystone/api-ref/source/v3/samples/admin/project-update-response.json

18 lines
447 B
JSON

{
"project": {
"is_domain": true,
"description": "My updated project",
"links": {
"self": "http://localhost:5000/v3/projects/93ebbcc35335488b96ff9cd7d18cbb2e"
},
"extra": {
"is_domain": true
},
"enabled": true,
"id": "93ebbcc35335488b96ff9cd7d18cbb2e",
"parent_id": null,
"domain_id": "default",
"name": "myUpdatedProject"
}
}