# Update a Live **PUT /v1/lives/{liveId}** Update a Live ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **liveId** (string) The id of the Live ### Body: application/json (object) - **title** (string) The title of the Live - **description** (string) Description of the Live (in Markdown) - **startDate** (integer) Start date of the Live (Unix timestamp format) - **endDate** (integer) End date of the Live (Unix timestamp format) - **chatVisibility** (string) The chat visibility on the Live - **participantsVisibility** (string) The participant list visibility on the Live - **visibility** (string) The Live visibility - **participation** (string) Who kind of members can participate to the Live - **solution** (string) Solution of the Live - **builtInType** (string) BuiltIn type of the Live (if solution is BuiltIn) - **record** (boolean) Active the record on the Live - **recordAvailable** (boolean) Make available the record of the Live - **enableBreakoutRooms** (boolean) Enable breakout rooms on the Live (only for BuiltIn Workshop lives) - **videoUrl** (string) Video URL of the Live (if solution is Youtube or Vimeo) - **replayVideoUrl** (object | null) Video URL of the Live (if solution is Youtube or Vimeo) ## Responses ### 200 Live successfully updated #### Body: application/json (object) - **id** (string) The id of the Live. - **title** (string) The title of the Live. - **startDate** (string(date-time)) The startDate of the Live. - **endDate** (string(date-time)) The endDate of the Live. - **metrics** (object) The metrics of the Live. - **description** (array[object]) The description of the Live. - **status** (string) The status of the Live. - **computedStatus** (string) The computed status of the Live. - **solution** (string) The solution of the Live. - **privacy** (object) The privacy of the Live. - **config** (object) The configuration of the Live. - **builtInType** (string | null) The builtIn type of the Live. - **videoUrl** (object | null) The video URL of the Live. - **createdAt** (string(date-time)) The creation date of the Live. - **spotId** (string) The spot ID of the Live. - **builtInConfig** (object) The builtIn configuration of the Live. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Live not found [Powered by Bump.sh](https://bump.sh)