curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"externalId": "<string>",
"groupId": {
"id": 123
},
"groupType": "GROUP_TYPE_UNSPECIFIED",
"name": "<string>",
"nextGenScopeId": "<string>",
"roleUpdates": {
"roleIds": [
{
"id": 123
}
]
},
"scopeFilters": {
"applications": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
],
"subsystems": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
]
},
"userUpdates": {
"userIds": [
{
"id": "<string>"
}
]
}
}
'{}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"externalId": "<string>",
"groupId": {
"id": 123
},
"groupType": "GROUP_TYPE_UNSPECIFIED",
"name": "<string>",
"nextGenScopeId": "<string>",
"roleUpdates": {
"roleIds": [
{
"id": 123
}
]
},
"scopeFilters": {
"applications": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
],
"subsystems": [
{
"filterType": "FILTER_TYPE_UNSPECIFIED",
"term": "<string>"
}
]
},
"userUpdates": {
"userIds": [
{
"id": "<string>"
}
]
}
}
'{}API key authentication
Request to modify an existing team group's details, including its name, description, roles, users, and scope settings.
This data structure represents the information associated with a team group.
Show child attributes
GROUP_TYPE_UNSPECIFIED, GROUP_TYPE_OPEN, GROUP_TYPE_CLOSED, GROUP_TYPE_RESTRICTED This data structure represents the information associated with an API key.
Show child attributes
Show child attributes
This data structure represents the information associated with an API key.
Show child attributes
Response confirming the successful update of a team group's configuration.
Was this page helpful?