client.permission_sets.put

A method of the Permission Sets endpoint.

put(id: int, name: str, *, description: str = None) Response

Replace all attributes of this Permission Set

API URL: PUT /permission_sets/{id}

import civis
client = civis.APIClient()
response = client.permission_sets.put(...)
Parameters:
idint

The ID for this permission set.

namestr

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.

  • authorcivis.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.

  • created_at : str (time)

  • updated_at : str (time)

  • archivedbool

    The archival status of the requested item(s).