Add X-Copy-From-Account to api-ref
While Donagh was kind enough to add Destination-Account in the related change, we still hadn't documented the PUT-with-X-Copy-From equivalent. Change-Id: I156ae2d8664873d3f6cc1f742bf950913fd462b0 Related-Change: I315b4e550b7d10880fbc00fce9311127ba609c2d Closes-Bug: 1367975
This commit is contained in:
parent
63c4215994
commit
95ff34d4ed
@ -683,6 +683,14 @@ X-Copy-From:
|
|||||||
in: header
|
in: header
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
X-Copy-From-Account:
|
||||||
|
description: |
|
||||||
|
Specifies the account name where the object is copied from. If not
|
||||||
|
specified, the object is copied from the account which owns the new
|
||||||
|
object (i.e., the account in the path).
|
||||||
|
in: header
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
X-Delete-After:
|
X-Delete-After:
|
||||||
description: |
|
description: |
|
||||||
The number of seconds after which the system
|
The number of seconds after which the system
|
||||||
|
@ -254,6 +254,7 @@ Request
|
|||||||
- Content-Type: Content-Type_obj_cu_req
|
- Content-Type: Content-Type_obj_cu_req
|
||||||
- X-Detect-Content-Type: X-Detect-Content-Type
|
- X-Detect-Content-Type: X-Detect-Content-Type
|
||||||
- X-Copy-From: X-Copy-From
|
- X-Copy-From: X-Copy-From
|
||||||
|
- X-Copy-From-Account: X-Copy-From-Account
|
||||||
- ETag: ETag_obj_req
|
- ETag: ETag_obj_req
|
||||||
- Content-Disposition: Content-Disposition
|
- Content-Disposition: Content-Disposition
|
||||||
- Content-Encoding: Content-Encoding
|
- Content-Encoding: Content-Encoding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user