---
title: "Update team series"
method: PUT
path: "/teams/{id}/series/{seriesId}"
tags: ["Teams"]
---

# Update team series

`PUT /teams/{id}/series/{seriesId}`

Update a team series.

**gigstack Connect:** Update series for other teams using the `team` parameter.

## Path parameters

- `id` string, required
- `seriesId` string, required

## Query parameters

- `team` string

## Request body

- object — At least one of live or test must be provided
  - `live` number, nullable — Update folio number for live mode
  - `test` number, nullable — Update folio number for test mode

## Response `200`

Team series updated successfully

- StandardSuccessResponse
  - `message` string, required
  - `data` object, required

---

[API](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2.md) · [All operations](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/disruptive-learning/gigstack-api-v2/revisions/5cf53ffd7580/schema)
