permission_sets_patch {civis} | R Documentation |
Update some attributes of this Permission Set
Description
Update some attributes of this Permission Set
Usage
permission_sets_patch(id, name = NULL, description = NULL)
Arguments
id |
integer required. The ID for this permission set. |
name |
string optional. The name of this permission set. |
description |
string optional. A description of this permission set. |
Value
A list containing the following elements:
id |
integer, The ID for this permission set. |
name |
string, The name of this permission set. |
description |
string, A description of this permission set. |
author |
list, A list containing the following elements:
|
createdAt |
string, |
updatedAt |
string, |
archived |
string, The archival status of the requested item(s). |
[Package civis version 3.1.2 Index]