Merge "Fix marker and end_marker descriptions in API ref"

This commit is contained in:
Zuul
2018-06-01 08:46:50 +00:00
committed by Gerrit Code Review

View File

@@ -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