projects_put_auto_share {civis} | R Documentation |
Enable or disable Auto-Share on a project
Description
Enable or disable Auto-Share on a project
Usage
projects_put_auto_share(project_id, auto_share)
Arguments
project_id |
integer required. |
auto_share |
boolean required. A toggle for sharing the objects within the project when the project is shared or objects are added. |
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". |