Swift add or update object metadata
To add metadata to an object, make a POST request with the API version, account,
container, and object name. You must have write permissions on the parent container to add or update
metadata.
Syntax
POST /_AP_VERSION_/_ACCOUNT_/_TENANT_:_CONTAINER_/_OBJECT_ HTTP/1.1
Host: FULLY_QUALIFIED_DOMAIN_NAME
X-Auth-Token: _AUTH_TOKEN_
Request Headers
X-Object-Meta-_KEY
- Description
-
A user-defined meta data key that takes an arbitrary string value.
- Type
-
String
- Required
-
No