gtm_workspaces_update: gtm_workspaces_update

Description Usage Arguments

View source: R/gtm_workspaces_methods.R

Description

Updates a Workspace.

Usage

1
2
3
4
5
6
7
8
9
gtm_workspaces_update(
  account_id,
  container_id,
  workspace_id,
  new_name,
  token,
  description = NULL,
  verbose = FALSE
)

Arguments

account_id

The ID of the account

container_id

The ID of the container

workspace_id

The ID of the workspace

new_name

The new name of the new workspace. Mandatory.

token

An OAuth token object

description

The description of the new workspace. Optional

verbose

If you want a message letting you know the results of your API call. Defaults to FALSE


neugelb/gtmr documentation built on June 25, 2020, 10:06 a.m.