diff --git a/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl b/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl index edb2916cc..de6a6af1f 100644 --- a/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl +++ b/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl @@ -437,7 +437,7 @@ + title="Create or update container metadata"> Creates or updates the arbitrary container metadata by associating custom metadata headers with the container level URI. These headers @@ -464,6 +464,43 @@ + + + Deletes container metadata + To delete container metadata, send an empty value + for that particular header, such as for the + X-Container-Meta-Book header. If the + tool you use to communicate with Object Storage, such + as older versions of cURL, does not support empty + headers, send the + X-Remove-Container-Meta-name: + arbitrary + value header. For example, + X-Remove-Container-Meta-Book: x. The + arbitrary value is ignored. + + + + The account metadata to + remove. The name + represents the name of metadata that you want + to remove. + + + + + + + + + @@ -473,7 +510,8 @@ X-Account-Meta-Book header. If the tool you use to communicate with Object Storage, such as older versions of cURL, does not support empty - headers, send the X-Remove-Account-Meta-name: + headers, send the + X-Remove-Account-Meta-name: arbitrary value header. For example, X-Remove-Account-Meta-Book: x. The