cURL
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>" } }'
Updates an existing team.
Show child attributes
Team updated successfully
Was this page helpful?