Change Updates

Do not miss any API changes, ever again

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

RSS

Changelog

Last update:
Compare
7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /v1/channels/{channelId}/groups
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • icon property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/groups
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • icon property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/groups/{groupId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • icon property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/lives/{liveId}/groups
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • icon property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /v1/groups
  • Response
  • 201 response Modified
    • application/json content type Modified
      • icon property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/groups~bulkCreate
  • Response
  • 201 response Modified
    • application/json content type Modified
      • created property Modified
        • icon property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /v1/groups/{groupId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • icon property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
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}