keystone/api-ref/source/v3/samples/admin/domain-update-response.json
2016-07-15 04:05:04 +00:00

12 lines
271 B
JSON

{
"domain": {
"links": {
"self": "http://example.com/identity/v3/domains/default"
},
"enabled": true,
"description": "Owns users and projects on Identity API v2.",
"name": "Default",
"id": "default"
}
}