Update Team Group
Updates the specified team group.
Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Path Parameters
Unique identifier of the team group to update.
Body
Request to modify an existing team group's details, including its name, description, roles, users, and scope settings.
New human-readable description for the team group.
New external identifier for the group.
Group type.
GROUP_TYPE_UNSPECIFIED, GROUP_TYPE_OPEN, GROUP_TYPE_CLOSED, GROUP_TYPE_RESTRICTED New display name for the team group.
Update the role assigned to the group. Either set a new role or clear the existing one.
Update the scope assigned to the group. Either reference an existing scope by ID or clear the scope.
Patch object for updating group user membership. Choose one operation: add, remove, or replace all users.
Response
Response containing the updated team group.
A Team Group entity.