summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorAlistair Coles <alistairncoles@gmail.com>2018-05-31 13:20:36 +0100
committerAlistair Coles <alistairncoles@gmail.com>2018-05-31 13:26:28 +0100
commit7d7601777fcee50a50436a1ac0e2c6500a9daac5 (patch)
treeb0ba5582b72b943dd1351a7fc44b77d501031d86 /api-ref
parent4a6508cf088be07c83cc4fb2ccdb06daa9c40b2a (diff)
downloadswift-7d7601777fcee50a50436a1ac0e2c6500a9daac5.tar.gz
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
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 88d893f21..95215a9f8 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