gtm_workspaces_create_version: gtm_workspaces_create_version

Description Usage Arguments

View source: R/gtm_workspaces_methods.R

Description

Creates a Container Version from the entities present in the workspace, deletes the workspace, and sets the base container version to the newly created version.

Usage

1
2
3
4
5
6
7
8
gtm_workspaces_create_version(
  account_id,
  container_id,
  workspace_id,
  token,
  name,
  notes = NULL
)

Arguments

account_id

The ID of the account

container_id

The ID of the container

workspace_id

The ID of the workspace

token

An OAuth token object

name

The name of the container version to be created.

notes

The notes of the container version to be created. Defaults to NULL


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