Fix api doc in creating pre-signed url
Now the three arguments 'paths', 'methods', 'expires' in body are all optional, but it's required in api-ref doc. So fix it soon. Change-Id: I61dad6daa2d030a8ae14acaf1f9bed43cf0be060
This commit is contained in:
parent
09f3f6f594
commit
159f89ad38
@ -369,14 +369,14 @@ pools:
|
||||
pre_signed_queue_expires:
|
||||
type: string
|
||||
in: body
|
||||
required: True
|
||||
required: False
|
||||
description: |
|
||||
The time to indicate when the pre-signed will be expired.
|
||||
|
||||
pre_signed_queue_methods:
|
||||
type: list
|
||||
in: body
|
||||
required: True
|
||||
required: False
|
||||
description: |
|
||||
A list of HTTP methods. The HTTP method(s) this URL was created for. By
|
||||
selecting the HTTP method, it’s possible to give either read or read/write
|
||||
@ -385,7 +385,7 @@ pre_signed_queue_methods:
|
||||
pre_signed_queue_paths:
|
||||
type: list
|
||||
in: body
|
||||
required: True
|
||||
required: False
|
||||
description: |
|
||||
A list of paths the pre-signed queue can support. It could be a set of
|
||||
``messages``, ``subscriptions``, ``claims``.
|
||||
|
Loading…
Reference in New Issue
Block a user