keystone/api-ref/source/v3/samples/admin/domain-specific-role-create-request.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

7 lines
109 B
JSON

{
"role": {
"domain_id": "92e782c4988642d783a95f4a87c3fdd7",
"name": "developer"
}
}