projects_put {civis} | R Documentation |
Update a project
Description
Update a project
Usage
projects_put(project_id, name = NULL, description = NULL, note = NULL)
Arguments
project_id |
integer required. |
name |
string optional. The name of this project. |
description |
string optional. A description of the project. |
note |
string optional. Notes for the project. |
Value
A list containing the following elements:
id |
integer, The ID for this project. |
author |
list, A list containing the following elements:
|
name |
string, The name of this project. |
description |
string, A description of the project. |
users |
array, An array containing the following fields:
|
autoShare |
boolean, |
createdAt |
string, |
updatedAt |
string, |
tables |
array, An array containing the following fields:
|
surveys |
array, An array containing the following fields:
|
scripts |
array, An array containing the following fields:
|
imports |
array, An array containing the following fields:
|
exports |
array, An array containing the following fields:
|
models |
array, An array containing the following fields:
|
notebooks |
array, An array containing the following fields:
|
services |
array, An array containing the following fields:
|
workflows |
array, An array containing the following fields:
|
reports |
array, An array containing the following fields:
|
scriptTemplates |
array, An array containing the following fields:
|
files |
array, An array containing the following fields:
|
enhancements |
array, An array containing the following fields:
|
projects |
array, An array containing the following fields:
|
allObjects |
array, An array containing the following fields:
|
note |
string, |
canCurrentUserEnableAutoShare |
boolean, A flag for if the current user can enable auto-sharing mode for this project. |
hidden |
boolean, The hidden status of the item. |
archived |
string, The archival status of the requested item(s). |
parentProject |
list, A list containing the following elements:
|
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |