3bfb08e4b1
Docs at [1] have already been converted from WADL (SGML / XML) to RST using fairy-slipper [2]. This commit polishes the results from the conversion and migrates the v2 docs to our repository under 'api-ref/source' directory. Missing parameters definitions were added. 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: Id21d94a73f601561cb5f3e00ae25f4a5e4087716
11 lines
255 B
JSON
11 lines
255 B
JSON
{
|
|
"user": {
|
|
"username": "new-user",
|
|
"name": "new-user",
|
|
"id": "71767c619a90479ab21626abf76aa46c",
|
|
"enabled": true,
|
|
"email": "new-user@example.com",
|
|
"tenantId": "40429f980fac419bbfec372a5607c154"
|
|
}
|
|
}
|