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

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"
}
}