Team
Opportunity
Update Team Opportunity
Creates or updates an opportunity record associated with a team. If an opportunity with the given ID already exists for the team, it is updated; otherwise a new one is created.
put/teams/{id}/opportunity
Path parameters
idstring required
UUID of the team
Request body
Example request
{
"opportunity_id": "opp_xyz789",
"title": "Enterprise Deal - Acme Corp"
}Response
Opportunity created or updated successfully
Example response
{
"id": "rec_abc123"
}