Adds one or more custom properties to the specified resource (a folder, document, or version)
Source:R/workdocs_operations.R
workdocs_create_custom_metadata.RdAdds one or more custom properties to the specified resource (a folder, document, or version).
See https://www.paws-r-sdk.com/docs/workdocs_create_custom_metadata/ for full documentation.
Usage
workdocs_create_custom_metadata(
AuthenticationToken = NULL,
ResourceId,
VersionId = NULL,
CustomMetadata
)Arguments
- AuthenticationToken
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- ResourceId
[required] The ID of the resource.
- VersionId
The ID of the version, if the custom metadata is being added to a document version.
- CustomMetadata
[required] Custom metadata in the form of name-value pairs.