client.permission_sets.patch
A method of the Permission Sets endpoint.
- patch(id: int, *, name: str = None, description: str = None) Response
Update some attributes of this Permission Set
API URL:
PATCH /permission_sets/{id}import civis client = civis.APIClient() response = client.permission_sets.patch(...)
- Parameters:
- idint
The ID for this permission set.
- namestr, optional
The name of this permission set.
- descriptionstr, optional
A description of this permission set.
- Returns:
civis.Response- idint
The ID for this permission set.
- namestr
The name of this permission set.
- descriptionstr
A description of this permission set.
- author
civis.Response - idint
The ID of this user.
- namestr
This user’s name.
- usernamestr
This user’s username.
- initialsstr
This user’s initials.
- onlinebool
Whether this user is online.
- author
created_at : str (time)
updated_at : str (time)
- archivedbool
The archival status of the requested item(s).