POST /api/v1/teams team%5Bname%5D=test_team 200 { "id": 621, "name": "test_team", "is_default": false, "created_at": "2016-01-07T02:12:39.905Z", "updated_at": "2016-01-07T02:12:39.905Z", "html_url": "http://www.example.com/test_team", "avatar_url": "http://www.example.com/test_team/avatar", "role": "manager", "managers": [ { "id": 3, "username": "test", "receive_email": true, "created_at": "2016-01-07T02:12:31.000Z", "updated_at": "2016-01-07T02:12:39.000Z", "keyboard_shortcuts": false, "options": { "advanced_menu": true }, "html_url": "http://www.example.com/test", "avatar_url": "http://www.example.com/test/avatar", "lang": { "code": "en", "model": "lang" }, "name": "test", "model": "user" } ], "members": [], "plan": "free", "model": "team" }
Param name | Description |
---|---|
team optional |
Value: Must be a Hash |
team[name] required |
Value: Must be String |