PUT/teams/{id}.json

Updates a team

Edits the properties of the specified team.

Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      person
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "STATUS": "OK",
      "team": {
        "id": "1",
        "name": "A Team",
        "description": "the a team",
        "handle": "a-team"
      }
    }