Describe container name restrictions for create and update container.

Change-Id: I56b7502aa8a450620a1d091dc31e7afedfae3288
Closes-Bug: #1197654
This commit is contained in:
Diane Fleming
2015-03-22 12:09:26 -05:00
committed by Anne Gentle
parent 3934891a34
commit a89c7966b5

View File

@@ -29,11 +29,22 @@
type="#ContainerDetails">
<param name="container" style="template"
type="xsd:string">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<para>The unique name for the
container.</para></wadl:doc>
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<para>
The unique name for the container.
</para>
<para>
The container name must be from 1 to 256
characters long and can start with any character
and contain any pattern. Character set must be
UTF-8. The container name cannot contain a slash
(<code>/</code>) character because this character
delimits the container
and object name. For example,
<code>/account/container/object</code>.
</para>
</wadl:doc>
</param>
<method href="#createContainer"/>
<method href="#deleteContainer"/>