DocuSign.Api.Groups.groups_put_groups
You're seeing just the function
groups_put_groups
, go back to DocuSign.Api.Groups module for more information.
Specs
groups_put_groups(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.Groups.t()} | {:error, Tesla.Env.t()}
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :groups (Groups):
Returns
} on success {:error, info} on failure