---
title: "Update live event session"
method: POST
path: "/public/update-live-event-session"
tags: ["Live"]
---

# Update live event session

`POST /public/update-live-event-session`

Update an existing live event session details like start time, duration, event name, etc.

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 60 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `liveEventSessionId` string, required — The session ID of the live event session you want to update
      - `eventTitle` string — The title of the event. This will be visible to users inside call
      - `scheduledStartAt` string, date-time — Scheduled start time in ISO format. This is only used as a hint and is not enforced
      - `shouldAddEveryoneOnStageByDefault` boolean — If passed as true, then everyone would be added on stage by default. Note that the max number of students on stage (stage limit) is enforced by the plan limit you have with Fermion.
      - `scheduledDurationInMinutes` union — Scheduled duration of the live event in minutes. Must be one of: 15, 30, 45, 60, 90, 120, 180, 240, 300, or 360 minutes
        - 15
        - 30
        - 45
        - 60
        - 90
        - 120
        - 180
        - 240
        - 300
        - 360
      - `canUsersRequestToJoinStage` boolean — Whether users can request to join the stage during the live event
      - `shouldEnablePlaybackAfterStreamEnds` boolean — Whether playback should be enabled after the stream ends

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/revisions/7ce364c8820b/schema)
