Correct indentation for spaces for doc files
Corrected json data which was indented using tabs instead of spaces. Also corrected key in response dict of host `create` and `get` to singular since user can create/update single host in a request. Change-Id: I19f9c620d348d40fde720557bca06b9fe1f95401
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"hosts": {
|
||||
"host": {
|
||||
"reserved": false,
|
||||
"uuid": "083a8474-22c0-407f-b89b-c569134c3bfd",
|
||||
"deleted": false,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"hosts": {
|
||||
"host": {
|
||||
"reserved": false,
|
||||
"uuid": "083a8474-22c0-407f-b89b-c569134c3bfd",
|
||||
"deleted": false,
|
||||
|
||||
Reference in New Issue
Block a user