Revision 78e1f8da docs/object-api-guide.rst

b/docs/object-api-guide.rst
665 665

  
666 666
* ``versioning``: Set to ``auto`` or ``none`` (default is ``auto``)
667 667
* ``quota``: Size limit in KB (default is ``0`` - unlimited)
668
* ``project``: The project origin of the container quota
668 669

  
669 670
If the container already exists, the operation is equal to a ``POST`` with ``update`` defined.
670 671

  
671
================  ===============================
672
Return Code       Description
673
================  ===============================
674
201 (Created)     The container has been created
675
202 (Accepted)    The request has been accepted
676
================  ===============================
672
==============================  ===============================
673
Return Code                     Description
674
==============================  ===============================
675
201 (Created)                   The container has been created
676
202 (Accepted)                  The request has been accepted
677
413 (Request Entity Too Large)  Insufficient quota to complete the request
678
==============================  ===============================
677 679

  
678 680

  
679 681
POST
......
705 707

  
706 708
To upload blocks of data to the container, set ``Content-Type`` to ``application/octet-stream`` and ``Content-Length`` to a valid value (except if using ``chunked`` as the ``Transfer-Encoding``).
707 709

  
708
================  ===============================
709
Return Code       Description
710
================  ===============================
711
202 (Accepted)    The request has been accepted
712
================  ===============================
710
==============================  ===============================
711
Return Code                     Description
712
==============================  ===============================
713
202 (Accepted)                  The request has been accepted
714
413 (Request Entity Too Large)  Insufficient quota to complete the request
715
==============================  ===============================
713 716

  
714 717

  
715 718
DELETE

Also available in: Unified diff