diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index b1ae69be51..03c3c592b8 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -196,7 +196,18 @@ If-Modified-Since: in: header required: false type: string -If-None-Match: +If-None-Match-get-request: + description: | + A client that has one or more entities previously + obtained from the resource can verify that none of those entities is + current by including a list of their associated entity tags in the + ``If-None-Match header`` field. + See `Request for Comments: 2616 `_ + for details. + in: header + required: false + type: string +If-None-Match-put-request: description: | In combination with ``Expect: 100-Continue``, specify an ``"If-None-Match: *"`` header to query whether the diff --git a/api-ref/source/storage-object-services.inc b/api-ref/source/storage-object-services.inc index 4fcb933a4f..53b5873d2d 100644 --- a/api-ref/source/storage-object-services.inc +++ b/api-ref/source/storage-object-services.inc @@ -113,7 +113,7 @@ Request - multipart-manifest: multipart-manifest_get - Range: Range - If-Match: If-Match - - If-None-Match: If-None-Match + - If-None-Match: If-None-Match-get-request - If-Modified-Since: If-Modified-Since - If-Unmodified-Since: If-Unmodified-Since - X-Trans-Id-Extra: X-Trans-Id-Extra @@ -255,7 +255,7 @@ Request - X-Delete-At: X-Delete-At - X-Delete-After: X-Delete-After - X-Object-Meta-name: X-Object-Meta-name - - If-None-Match: If-None-Match + - If-None-Match: If-None-Match-put-request - X-Trans-Id-Extra: X-Trans-Id-Extra @@ -565,6 +565,10 @@ Request - filename: filename - multipart-manifest: multipart-manifest_head - X-Newest: X-Newest + - If-Match: If-Match + - If-None-Match: If-None-Match-get-request + - If-Modified-Since: If-Modified-Since + - If-Unmodified-Since: If-Unmodified-Since - X-Trans-Id-Extra: X-Trans-Id-Extra