summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2018-12-04 13:35:15 -0800
committerTim Burke <tim.burke@gmail.com>2018-12-05 19:30:41 +0000
commit33792353fc4e3814ba73028bb286af20c0f85e6f (patch)
tree1866327cd833bcc9778b2cbe442481ffffb680f7 /api-ref
parent333ae3086f263b109d3b8057cac5fa58d5af5eee (diff)
downloadswift-33792353fc4e3814ba73028bb286af20c0f85e6f.tar.gz
api-ref: Clean up container and object response code formatting
Change-Id: I994ea0c9700678ab7e1364badc2ff88ebef5ec5e Closes-Bug: #1806596
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/storage-container-services.inc15
-rw-r--r--api-ref/source/storage-object-services.inc17
2 files changed, 21 insertions, 11 deletions
diff --git a/api-ref/source/storage-container-services.inc b/api-ref/source/storage-container-services.inc
index a1351275a..8c3216eea 100644
--- a/api-ref/source/storage-container-services.inc
+++ b/api-ref/source/storage-container-services.inc
@@ -37,8 +37,9 @@ Example requests and responses:
If the container does not exist, the call returns the ``Not Found
(404)`` response code.
-Normal response codes: 200
-Error response codes:416,404,204,
+Normal response codes: 200, 204
+
+Error response codes: 404
Request
@@ -327,7 +328,9 @@ If the request succeeds, the operation returns the ``No Content
To confirm your changes, issue a show container metadata request.
-Error response codes:204,
+Normal response codes: 204
+
+Error response codes: 404
Request
@@ -411,7 +414,7 @@ Show container metadata request:
If the request succeeds, the operation returns the ``No Content
(204)`` response code.
-Error response codes:204,
+Normal response codes: 204
Request
@@ -519,7 +522,9 @@ If the container exists but is not empty, the response is:
</p>
</html>
-Error response codes:404,204,409,
+Normal response codes: 204
+
+Error response codes: 404, 409
Request
diff --git a/api-ref/source/storage-object-services.inc b/api-ref/source/storage-object-services.inc
index d1e5e7868..9593a9666 100644
--- a/api-ref/source/storage-object-services.inc
+++ b/api-ref/source/storage-object-services.inc
@@ -93,7 +93,8 @@ code for any ranged GET requests that specify more than:
Normal response codes: 200
-Error response codes:416,404,
+
+Error response codes: 416, 404
Request
@@ -224,6 +225,9 @@ Example requests and responses:
The ``Created (201)`` response code indicates a successful write.
+If the container for the object does not already exist, the operation
+returns the ``404 Not Found`` response code.
+
If the request times out, the operation returns the ``Request
Timeout (408)`` response code.
@@ -234,7 +238,9 @@ If the MD5 checksum of the data that is written to the object store
does not match the optional ``ETag`` value, the operation returns
the ``Unprocessable Entity (422)`` response code.
-Error response codes:201,422,411,408,
+Normal response codes: 201
+
+Error response codes: 404, 408, 411, 422
Request
@@ -394,7 +400,7 @@ When several replicas exist, the system copies from the most recent
replica. That is, the COPY operation behaves as though the
``X-Newest`` header is in the request.
-Error response codes:201,
+Normal response codes: 201
Request
@@ -488,7 +494,7 @@ However, with the ``multipart-manifest=delete`` query parameter,
the response body contains a list of manifest and segment objects
and the status of their DELETE operations.
-Error response codes:204,
+Normal response codes: 204
Request
@@ -567,7 +573,6 @@ code.
Normal response codes: 200
-Error response codes:204,
Request
@@ -741,7 +746,7 @@ Example requests and responses:
</p>
</html>
-Error response codes:202,
+Normal response codes: 202
Request