update_team
Update team name, description, target opportunity, or status. Only team leads can modify details; setting target opportunity automatically changes status to pursuing, and status changes send notifications to active members.
Instructions
Lead-only. Update any of name / description / target_opp_id /
status. Setting target_opp_id on a forming team auto-flips it
to pursuing. Setting status pushes a team_status
notification to all active members. Non-leads attempting any of
these get 403 forbidden.
Valid statuses: forming, pursuing, bid, won,
lost, closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| name | No | ||
| description | No | ||
| target_opp_id | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||