keystone/api-ref/source/v3/samples/admin/role-update-response.json
Tin Lam 251cf107f2 api-ref: Document domain specific roles
Add domain_id parameter to the /roles API documentation,
and example request and response json's.

Change-Id: I213883b8402b518e041542ae1c3c169612a096c5
Closes-Bug: #1609171
2016-08-16 14:49:19 -05:00

11 lines
281 B
JSON

{
"role": {
"domain_id": "73748865fb964ded9e836d491d32dcfb",
"id": "1e443fa8cee3482a8a2b6954dd5c8f12",
"links": {
"self": "http://example.com/identity/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
},
"name": "Developer"
}
}