Skip to main content

Update team

PUThttps://api.coralogix.com/mgmt/openapi/5/aaa/teams/v2/{team_id}
deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Deprecated. Updates a team.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    team_id# int64required

    Possible values: >= 0 and <= 4294967295

    Unique team identifier.

Body

application/json

Request to update a team. Omitted optional fields keep their existing values.

    dailyQuota#double

    New daily quota for the team, in quota units per day. Omit to keep the current quota.

    teamName#string

    New display name for the team. Omit to keep the current name.

    Possible values: non-empty and <= 255 characters, Value must match regular expression ^[\s\S]*$

Response

application/json

Empty response returned after updating a team.