Change Updates

Do not miss any API changes, ever again

Subscribe to the API changelog to be up to date on recent changes.

RSS

Jan 22, 2025

main
v1
Compare

API structure has changed

8 structure changes including:
3 Additions
5 Modifications
Modified 5
GET /v1/lives
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • builtInConfig property Modified
GET /v1/lives/{liveId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • builtInConfig property Modified
        • enableBreakoutRooms, enableRaiseHand, enablePictureInPicture properties Added
GET /v1/search
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • SearchableForumApiResponse, SearchableCollectionApiResponse, SearchableLiveApiResponse, SearchableChannelApiResponse, SearchableCourseApiResponse alternatives Modified
  • Query
  • groupId query parameter Added
POST /v1/lives
  • Body
  • application/json content type Modified
    • enableBreakoutRooms property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • builtInConfig property Modified
        • enableBreakoutRooms, enableRaiseHand, enablePictureInPicture properties Added
PUT /v1/lives/{liveId}
  • Body
  • application/json content type Modified
    • enableBreakoutRooms property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • builtInConfig property Modified
        • enableBreakoutRooms, enableRaiseHand, enablePictureInPicture properties Added
Added 3
GET /v1/spotMembers/{spotMemberId}/customPropertiesValues
POST /v1/spotMembers/{spotMemberId}/customPropertiesValues~bulkUpsert
PUT /v1/spotMembers/{spotMemberId}/customPropertiesValues/{customPropertySlug}