---
title: "Update your broadcast tournament"
method: POST
path: "/broadcast/{broadcastTournamentId}/edit"
tags: ["Broadcasts"]
---

# Update your broadcast tournament

`POST /broadcast/{broadcastTournamentId}/edit`

Update information about a broadcast tournament that you created.
This endpoint accepts the same form data as the web form.
All fields must be populated with data. Missing fields will override the broadcast with empty data.

## Path parameters

- `broadcastTournamentId` string, required

## Response `200`

The broadcast tournament was successfully edited.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — The broadcast tournament update failed.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
