v3 teams

Update a Team

Update a team, the authenticated user must be the "Administrator" or a "Manager" of the team.

patch/v3/teams/{teamId}

Request body

namestring required
createdAtstring date-time required

Example request

{
  "name": "string"
}

Response

Example response

Example response

{
  "data": {
    "attributes": {
      "name": "string"
    }
  }
}

Changes

Changed in 4 of the 18 revisions of this API.18

    • the response property became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • the response property / became required for the status

      response-property-became-required

    • api tag v3 teams added

      api-tag-added

    • api tag v3 removed

      api-tag-removed

  • 318e32d5b89c11See the full diff
    • the request property became required

      request-property-became-required

    • the response property // became required for the status

      response-property-became-required

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added