Docs at [1] have already been converted from WADL (SGML / XML) to RST using fairy-slipper [2]. This commit polish the results from the conversion and migrate the v3 extension docs to our repository under 'api-ref/source' directory. It also removes the OS-KDS docs, given it does not exist anymore. Missing parameters definitions were added. The API examples for the extensions were moved into '/v3-ext/samples'. Polishing the generated RST files include: - Removing unnecessary blank lines; - Removing empty references. Polishing the generated RST files do not include: - Modifying their content; - Modifying file names; - Wrapping lines at the maximum of 79 chars. Updating the documentation will be done after this migration step. [1] https://github.com/openstack/api-site/tree/master/api-ref/source/identity/v3 [2] https://github.com/russell/fairy-slipper Change-Id: I632ac0aaa8e1ba2eeb598f5fd80350ac0c5ad3c1
24 lines
555 B
JSON
24 lines
555 B
JSON
{
|
|
"roles": [
|
|
{
|
|
"id": "91011",
|
|
"links": {
|
|
"self": "http://identity:35357/v3/roles/91011"
|
|
},
|
|
"name": "admin"
|
|
},
|
|
{
|
|
"id": "91011",
|
|
"links": {
|
|
"self": "http://identity:35357/v3/roles/91011"
|
|
},
|
|
"name": "admin"
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "http://identity:35357/v3/OS-INHERIT/projects/1234/users/5678/roles/inherited_to_projects",
|
|
"previous": null,
|
|
"next": null
|
|
}
|
|
}
|