From 2ef13414f52d729c45f9c3a34b67eea224296ded Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Fri, 4 Sep 2015 11:27:46 -0500 Subject: [PATCH] Update link to "form POST" The rest of this bug fix is in openstack-manuals Change-Id: I3bde8d981d4a9aa008b441dee39a294e13e6d4d6 Partial-Bug: #1347014 --- .../object-api/src/os-object-api-1.0.wadl | 36 +++++++++++-------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl b/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl index 7fdefc605..bf1cf8456 100644 --- a/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl +++ b/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl @@ -180,13 +180,18 @@ This operation does not accept a request body. Example requests and responses: - Show account details and list - containers, and ask for a JSON - response:curl -i - $publicURL?format=json -X GET -H - "X-Auth-Token: $token" - See the example response - below. + + + Show account details and list containers, and ask for + a JSON response: + + + curl -i $publicURL?format=json -X GET -H "X-Auth-Token: $token" + + + See the example response below. + + List containers and ask for an XML response: curl -i $publicURL?format=xml -X GET @@ -1124,14 +1129,15 @@ Date: Thu, 16 Jan 2014 21:13:19 GMT You can also set the X-Delete-At or X-Delete-After header to define when to expire the object. - When used as described in this section, the &POST; - operation creates or replaces metadata. This form of - the operation has no request body. The form &POST; - feature can also use the &POST; operation to upload - objects. For more information about form &POST; see - Object Storage API v1 (SUPPORTED). + + When used as described in this section, the &POST; operation + creates or replaces metadata. This form of the operation has + no request body. + + + You can also use the form &POST; feature to upload objects. + Example requests and responses: