Merge "Fix the indents of v3 API sample docs"

This commit is contained in:
Jenkins 2014-02-23 10:55:38 +00:00 committed by Gerrit Code Review
commit efc49f656c
8 changed files with 24 additions and 28 deletions

View File

@ -1,6 +1,5 @@
{
"add_host":
{
"host": "21549b2f665945baaa7101926a00143c"
"add_host": {
"host": "21549b2f665945baaa7101926a00143c"
}
}
}

View File

@ -1,6 +1,5 @@
{
"remove_host":
{
"host": "bf1454b3d71145d49fca2101c56c728d"
"remove_host": {
"host": "bf1454b3d71145d49fca2101c56c728d"
}
}
}

View File

@ -1,5 +1,5 @@
{
"metadata" : {
"foo" : "Foo Value"
}
}
"metadata": {
"foo": "Foo Value"
}
}

View File

@ -1,5 +1,5 @@
{
"metadata" : {
"foo" : "Bar Value"
}
}
"metadata": {
"foo": "Bar Value"
}
}

View File

@ -1,6 +1,5 @@
{
"add_host":
{
"host": "%(host_name)s"
"add_host": {
"host": "%(host_name)s"
}
}

View File

@ -1,6 +1,5 @@
{
"remove_host":
{
"host": "%(host_name)s"
"remove_host": {
"host": "%(host_name)s"
}
}

View File

@ -1,5 +1,5 @@
{
"metadata" : {
"foo" : "%(value)s"
}
"metadata": {
"foo": "%(value)s"
}
}

View File

@ -1,5 +1,5 @@
{
"metadata" : {
"foo" : "%(value)s"
}
"metadata": {
"foo": "%(value)s"
}
}