Skip to main content
PUT
/
api
/
governance
/
teams
/
{team_id}
Update Team
curl --request PUT \
  --url http://localhost:8080/api/governance/teams/{team_id} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "customer_id": "<string>",
  "budget": {
    "max_limit": 123,
    "reset_duration": "<string>"
  }
}'

Path Parameters

team_id
string
required

Body

application/json
name
string
customer_id
string
budget
object

Response

200

Team updated successfully