From 7d7601777fcee50a50436a1ac0e2c6500a9daac5 Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Thu, 31 May 2018 13:20:36 +0100 Subject: [PATCH] Fix marker and end_marker descriptions in API ref Make the descriptions generic since they are used in both account and container API specs. Change-Id: Id3f8d87da00e6c57a3f4a41471ac64ada71f49ee --- api-ref/source/parameters.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 88d893f214..95215a9f84 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1013,8 +1013,8 @@ delimiter: type: string end_marker: description: | - For a string value, x , returns container names - that are less than the marker value. + For a string value, `x` , constrains the list to items whose names + are less than `x`. in: query required: false type: string @@ -1061,8 +1061,8 @@ limit: type: integer marker: description: | - For a string value, x , returns container names - that are greater than the marker value. + For a string value, `x` , constrains the list to items whose names + are greater than `x`. in: query required: false type: string