Merge "Update link to "form POST""

This commit is contained in:
Jenkins 2015-09-15 06:36:04 +00:00 committed by Gerrit Code Review
commit a71bbcc114

View File

@ -180,13 +180,18 @@
<para>This operation does not accept a request
body.</para>
<para>Example requests and responses:</para><itemizedlist>
<listitem><para>Show account details and list
containers, and ask for a JSON
response:</para><para><code>curl -i
$publicURL?format=json -X GET -H
"X-Auth-Token: $token"</code></para>
<para>See the example response
below.</para></listitem>
<listitem>
<para>
Show account details and list containers, and ask for
a JSON response:
</para>
<para>
<code>curl -i $publicURL?format=json -X GET -H "X-Auth-Token: $token"</code>
</para>
<para>
See the example response below.
</para>
</listitem>
<listitem>
<para>List containers and ask for an XML response:
<code>curl -i $publicURL?format=xml -X GET
@ -1124,14 +1129,15 @@ Date: Thu, 16 Jan 2014 21:13:19 GMT</programlisting></para>
<para>You can also set the <code>X-Delete-At</code> or
<code>X-Delete-After</code> header to define when
to expire the object.</para>
<para>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
<link
xlink:href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
><citetitle>Object Storage API v1 (SUPPORTED)</citetitle></link>.</para>
<para>
When used as described in this section, the &POST; operation
creates or replaces metadata. This form of the operation has
no request body.
</para>
<para>
You can also use the <link
xlink:href="http://docs.openstack.org/kilo/config-reference/content/object-storage-form-post.html">form &POST; feature</link> to upload objects.
</para>
<para>
Example requests and responses:
</para>