I am trying to add a repo to a team on github, thus:
curl -i -u username:password -X PUT -d "" https://api.github.com/teams/:team/repos/:user/:repo >
For anyone coming across this again... it looks like :org is now the full name and not the ID