Create/Update Metadata for the object.
PUT {{baseUrl}}/objectMetadata/:path?subtenantId=<string>
Create/Update metadata. If tenant is operating for a subtenant object, he should specify subtenant in request query parameter. If path contains special characters which require URL encoding, it should be done as appropriate. Maximum 8 tags are allowed, where each tag can be maximum 128 characters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subtenantId | string | Only to be used by tenants, to address a subtenant's object metadata. If not provided by a tenant, its own object metadata is addressed. Subtenants are not allowed to use this parameter and can only address their own object metadata. e.g. subtenantId "204a896c-a23a-11e9-a2a3-2a2ae2dbcce4" |
Request Body
{"tags"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""