View source: R/project_update.R
proj_update | R Documentation |
Edits an existing project in Adobe. Note: very early in development
proj_update(
projectId = NULL,
body = NULL,
expansion = NULL,
locale = "en_US",
debug = FALSE,
company_id = Sys.getenv("AW_COMPANY_ID")
)
projectId |
The project id to be edited |
body |
The json string in list format which includes the edits to be made |
expansion |
Comma-delimited list of additional project metadata fields to include on response. Available values : reportSuiteName, shares, tags, accessLevel, modified, externalReferences, definition |
locale |
Locale Default value : en_US |
debug |
Set to |
company_id |
Company ID. If an environment variable called |
A json string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.