curl --location --request PUT 'https://integrations.projectcor.com/v2/integrations/teams/{{external_team_id}}' \ --header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "name": "Team test 2.0", "description": "New team for delevopers", "workspace_id": "{{workspace-external-id}}", "metadata": { "source": "GLOBANT" } }'
{ "id": 4240, "company_id": 2336, "name": "Team test 2.0", "description": "New team for delevopers", "created_at": "2026-01-08 19:06:19", "updated_at": "2026-01-08 19:17:54", "deleted_at": null, "workspace_id": 3 }
Updates an existing team in your COR instance using its external ID
Show properties
ZC001
ValidationError
metadata.source
Was this page helpful?