From cce719260da81a7285f94b25c8664c0947487f61 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 29 Mar 2017 21:00:01 +0000 Subject: [PATCH] Clean up some doc formatting Change-Id: Iac24369910464cb766fe7d5e6c15120d147930a7 --- doc/source/api/object_api_v1_overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/api/object_api_v1_overview.rst b/doc/source/api/object_api_v1_overview.rst index 2ec68239c7..2d2c247907 100644 --- a/doc/source/api/object_api_v1_overview.rst +++ b/doc/source/api/object_api_v1_overview.rst @@ -126,10 +126,10 @@ path. If you have a large number of containers or objects, you can use query parameters to page through large lists of containers or objects. Use the -*``marker``*, *``limit``*, and *``end_marker``* query parameters to +``marker``, ``limit``, and ``end_marker`` query parameters to control how many items are returned in a list and where the list starts or ends. If you want to page through in reverse order, you can use the query -parameter *``reverse``*, noting that your marker and end_markers should be +parameter ``reverse``, noting that your marker and end_markers should be switched when applied to a reverse listing. I.e, for a list of objects ``[a, b, c, d, e]`` the non-reversed could be: