About
Below is a log of changes to the CCCAMBOX TV Reseller API. Updates that affect only products or features in beta or limited release may not be reflected. Each change can be described as either a breaking change or an ongoing change.- Breaking changes = new API version: When any backwards-incompatible changes are made, a new version of the API is released. These changes are marked in the changelog with the š„ symbol. Users have control over when they upgrade their API version to receive breaking changes. Learn how to try out and upgrade to newer API versions.
- Ongoing changes: Ongoing changes are backwards-compatible and are added on a continuous basis. There is no need to update the API version to receive these updates.
Key
š± New featureš Improvement
š§ Fix
š„ Breaking change
š Security-related
December 3, 2024
Update Line ID Type
- š„ Breaking Change: Due to a database migration, all line IDs are now strings instead of numbers. This change ensures better compatibility and future-proofing of the API.
Update/Delete line using MAC Address
- š„ Breaking Change: The endpoint for updating a line using the MAC Address has been modified. You must now use the key new_macaddress instead of macaddress.
- š± New feature: Added the ability to update or delete a line using only the MAC Address.
Adding hostname value to Get Lines path
- š± New feature: Added the hostname key to the Get Lines output.