Change Updates

Do not miss any Class Manager API changes, ever again

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

RSS

Mar 21, 2025

dev
dev
Compare

API structure has changed

7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /v1/feature-flags/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, name, globallyEnabled, adminEnabled, companyEnabled properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
POST /v1/feature-flags/{featureFlagId}/disable-by-admin
  • Path
  • featureFlagId path parameter Modified
    • Path parameter is now required
      Breaking
    • Type is now string
POST /v1/feature-flags/{featureFlagId}/disable-for-company
  • Path
  • featureFlagId path parameter Modified
    • Path parameter is now required
      Breaking
    • Type is now string
POST /v1/feature-flags/{featureFlagId}/disable-globally
  • Path
  • featureFlagId path parameter Modified
    • Path parameter is now required
      Breaking
    • Type is now string
POST /v1/feature-flags/{featureFlagId}/enable-by-admin
  • Path
  • featureFlagId path parameter Modified
    • Path parameter is now required
      Breaking
    • Type is now string
POST /v1/feature-flags/{featureFlagId}/enable-for-company
  • Path
  • featureFlagId path parameter Modified
    • Path parameter is now required
      Breaking
    • Type is now string
POST /v1/feature-flags/{featureFlagId}/enable-globally
  • Path
  • featureFlagId path parameter Modified
    • Path parameter is now required
      Breaking
    • Type is now string