diff --git a/api-ref/source/storage-container-services.inc b/api-ref/source/storage-container-services.inc index a1351275a0..8c3216eea0 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:

-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 d1e5e7868b..9593a96664 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:

-Error response codes:202, +Normal response codes: 202 Request