Merge "Address nits in change I7e01f95d7173d9217f76e838b3ea71555151ef56"

This commit is contained in:
Zuul 2018-03-01 12:55:56 +00:00 committed by Gerrit Code Review
commit 31814746b0
2 changed files with 7 additions and 5 deletions

View File

@ -68,7 +68,7 @@ Response
.. literalinclude:: ../../doc/api_samples/os-migrations/v2.59/migrations-get.json
:language: javascript
**Example List Migrations With Links (v2.59):**
**Example List Migrations With Paging (v2.59):**
.. literalinclude:: ../../doc/api_samples/os-migrations/v2.59/migrations-get-with-limit.json
:language: javascript

View File

@ -17,8 +17,10 @@
"uuid": "42341d4b-346a-40d0-83c6-5f4f6892b650"
}
],
"migrations_links": [{
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/os-migrations?limit=1&marker=42341d4b-346a-40d0-83c6-5f4f6892b650",
"rel": "next"
}]
"migrations_links": [
{
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/os-migrations?limit=1&marker=42341d4b-346a-40d0-83c6-5f4f6892b650",
"rel": "next"
}
]
}