summaryrefslogtreecommitdiff
path: root/api-ref/source/v3/samples/admin/domain-update-response.json
blob: bcc6d2553a36f0ca7a26e4ae87b7a5b997900477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "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",
        "options": {}
    }
}