Body
      
    Required
 
    
  
  - 
    
  The title of the Live 
- 
    
  Description of the Live (in Markdown) 
- 
    
  Start date of the Live (Unix timestamp format) 
- 
    
  End date of the Live (Unix timestamp format) 
- 
    
  The chat visibility on the Live Values are DisplayorHidden.
- 
    
  The participant list visibility on the Live Values are DisplayorHidden.
- 
    
  The Live visibility Values are AnyOne,OnlySpotMembers, orInvitedMembersOnly.
- 
    
  Who kind of members can participate to the Live Values are AnySpotMembersorInvitedMembersOnly.
- 
    
  Solution of the Live Values are Youtube,Vimeo,BuiltIn, orNoSolution.
- 
    
  BuiltIn type of the Live (if solution is BuiltIn) Values are WorkshoporConference.
- 
    
  Active the record on the Live 
- 
    
  Make available the record of the Live 
- 
    
  Enable breakout rooms on the Live (only for BuiltIn Workshop lives) 
- 
    
  Video URL of the Live (if solution is Youtube or Vimeo) 
- 
    
  Video URL of the Live (if solution is Youtube or Vimeo) 
curl \
 --request PUT 'https://openapi.meltingspot.io/v1/lives/{liveId}' \
 --header "Content-Type: application/json" \
 --data '{"title":"string","description":"string","startDate":42,"endDate":42,"chatVisibility":"Display","participantsVisibility":"Display","visibility":"AnyOne","participation":"AnySpotMembers","solution":"Youtube","builtInType":"Workshop","record":true,"recordAvailable":true,"enableBreakoutRooms":true,"videoUrl":"string","replayVideoUrl":{}}'{
  "title": "string",
  "description": "string",
  "startDate": 42,
  "endDate": 42,
  "chatVisibility": "Display",
  "participantsVisibility": "Display",
  "visibility": "AnyOne",
  "participation": "AnySpotMembers",
  "solution": "Youtube",
  "builtInType": "Workshop",
  "record": true,
  "recordAvailable": true,
  "enableBreakoutRooms": true,
  "videoUrl": "string",
  "replayVideoUrl": {}
}{
  "id": "string",
  "title": "string",
  "startDate": "2025-05-04T09:42:00Z",
  "endDate": "2025-05-04T09:42:00Z",
  "metrics": {
    "averageViewTime": 42,
    "noShow": 42,
    "totalReplayView": 42,
    "registrant": 42,
    "attendee": 42,
    "attendanceRate": 42,
    "invited": 42
  },
  "description": [
    {
      "type": "p",
      "children": [
        {
          "text": "My new live"
        }
      ]
    }
  ],
  "status": "Ended",
  "computedStatus": "Ended",
  "solution": "Youtube",
  "privacy": {
    "visibility": "AnyOne",
    "participation": "AnySpotMembers"
  },
  "config": {
    "chatVisibility": "Display",
    "participantsVisibility": "Ended"
  },
  "builtInType": "Workshop",
  "videoUrl": {},
  "createdAt": "2025-05-04T09:42:00Z",
  "spotId": "string",
  "builtInConfig": {
    "isRecorded": true,
    "recordAvailable": true,
    "enableBreakoutRooms": true,
    "enableRaiseHand": true,
    "enablePictureInPicture": true,
    "videos": {
      "url": "string",
      "quality": "string",
      "encoding": "hls",
      "createdAt": "2025-05-04T09:42:00Z"
    },
    "replayVideo": {}
  }
}