cURL
curl --request POST \ --url http://localhost:8080/api/governance/teams \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "customer_id": "<string>", "budget": { "max_limit": 123, "reset_duration": "<string>" } }'
Creates a new team.
Show child attributes
Team created successfully
Was this page helpful?