251cf107f2
Add domain_id parameter to the /roles API documentation, and example request and response json's. Change-Id: I213883b8402b518e041542ae1c3c169612a096c5 Closes-Bug: #1609171
11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"role": {
|
|
"domain_id": "73748865fb964ded9e836d491d32dcfb",
|
|
"id": "1e443fa8cee3482a8a2b6954dd5c8f12",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
|
|
},
|
|
"name": "Developer"
|
|
}
|
|
}
|