Skip to content

Create Labels

workdocs_create_labels R Documentation

Adds the specified list of labels to the given resource (a document or folder)

Description

Adds the specified list of labels to the given resource (a document or folder)

Usage

workdocs_create_labels(ResourceId, Labels, AuthenticationToken)

Arguments

ResourceId

[required] The ID of the resource.

Labels

[required] List of labels to add to the resource.

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Value

An empty list.

Request syntax

svc$create_labels(
  ResourceId = "string",
  Labels = list(
    "string"
  ),
  AuthenticationToken = "string"
)