---
title: "Push PGN to a broadcast round"
method: POST
path: "/api/broadcast/round/{broadcastRoundId}/push"
tags: ["Broadcasts"]
---

# Push PGN to a broadcast round

`POST /api/broadcast/round/{broadcastRoundId}/push`

Update a broadcast with new PGN.
Only for broadcasts without a source URL.

## Path parameters

- `broadcastRoundId` string, required

## Response `200`

The broadcast was successfully updated.

- BroadcastPgnPush
  - `games` object[], required
    - `tags` BroadcastPgnPushTags, required
    - `moves` integer
    - `error` string

## Other responses

- `400` — There was a problem with the pushed PGN.

---

[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)
