Update your team's recruiting sign
ic_hack_team_updateTurn your team's recruiting flag on or off and edit what you are looking for. Lead-only, and only for the team you are on: the team id is read from your own membership, so this can never touch another team. Set recruiting: false once you are full, so ic_hack_team_list stops advertising you to people looking for a team. Pass looking_for: "" to clear the text. Works in any phase, including after submissions lock. Args: { eid?, recruiting?, looking_for? } (at least one of recruiting / looking_for). Returns: { ok, team }. Required scope: hack:team, and you must be the team lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | No | ||
| recruiting | No | false once the team is full; true to advertise again. | |
| looking_for | No | Skills you still need. Empty string clears it. |