keystone/api-ref/source/v3/samples/admin/role-update-request.json
M V P Nitesh 430d7f765a Added support for a `description` attribute for Identity Roles
Now user can add the description to the role when user creates the role.
Added support for a ``description`` attribute for V3 Identity Roles.

Co-Authored-By: wangxiyuan<wangxiyuan@huawei.com>
Co-Authored-By: Deepak Mourya<deepakmoriya7@gmail.com>
Change-Id: I230af9cc833af13064636b5d9a7ce6334c3f6e9a
Closes-Bug: #1669080
2018-09-06 05:09:10 +00:00

7 lines
90 B
JSON

{
"role": {
"description": "My new role",
"name": "Developer"
}
}