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
-
Removing a resource is always breaking unless it was deprecated before
- data property Added
-
id, name, globallyEnabled, adminEnabled, companyEnabled properties Removed
-
application/json content type Modified
POST /v1/feature-flags/{featureFlagId}/disable-by-admin
- Path
-
featureFlagId path parameter Modified
-
Path parameter is now required Breaking
-
Type is now
string
-
Path parameter is now required
POST /v1/feature-flags/{featureFlagId}/disable-for-company
- Path
-
featureFlagId path parameter Modified
-
Path parameter is now required Breaking
-
Type is now
string
-
Path parameter is now required
POST /v1/feature-flags/{featureFlagId}/disable-globally
- Path
-
featureFlagId path parameter Modified
-
Path parameter is now required Breaking
-
Type is now
string
-
Path parameter is now required
POST /v1/feature-flags/{featureFlagId}/enable-by-admin
- Path
-
featureFlagId path parameter Modified
-
Path parameter is now required Breaking
-
Type is now
string
-
Path parameter is now required
POST /v1/feature-flags/{featureFlagId}/enable-for-company
- Path
-
featureFlagId path parameter Modified
-
Path parameter is now required Breaking
-
Type is now
string
-
Path parameter is now required
POST /v1/feature-flags/{featureFlagId}/enable-globally
- Path
-
featureFlagId path parameter Modified
-
Path parameter is now required Breaking
-
Type is now
string
-
Path parameter is now required