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
This commit is contained in:
parent
4a6508cf08
commit
7d7601777f
@ -1013,8 +1013,8 @@ delimiter:
|
|||||||
type: string
|
type: string
|
||||||
end_marker:
|
end_marker:
|
||||||
description: |
|
description: |
|
||||||
For a string value, x , returns container names
|
For a string value, `x` , constrains the list to items whose names
|
||||||
that are less than the marker value.
|
are less than `x`.
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@ -1061,8 +1061,8 @@ limit:
|
|||||||
type: integer
|
type: integer
|
||||||
marker:
|
marker:
|
||||||
description: |
|
description: |
|
||||||
For a string value, x , returns container names
|
For a string value, `x` , constrains the list to items whose names
|
||||||
that are greater than the marker value.
|
are greater than `x`.
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user