Supported Formats

json

Examples

PUT /api/v1/teams/manager
team%5Bname%5D=edit_team
200
{
  "id": 589,
  "name": "edit_team",
  "is_default": false,
  "created_at": "2016-01-07T02:12:11.000Z",
  "updated_at": "2016-01-07T02:12:12.856Z",
  "html_url": "http://www.example.com/edit_team",
  "avatar_url": "http://www.example.com/edit_team/avatar",
  "role": "manager",
  "managers": [
    {
      "id": 3,
      "username": "test",
      "receive_email": true,
      "created_at": "2016-01-07T02:12:03.000Z",
      "updated_at": "2016-01-07T02:12:11.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": "micro",
  "model": "team"
}

Params

Param name Description
team
optional

Value:

Must be a Hash

team[name]
required

Value:

Must be String