Refresh Creatio feature toggle cache
refresh-feature-cacheInvalidate the in-memory feature-toggle cache so that changes to feature toggles become visible to all users. Optionally target a single feature by its code.
Instructions
Invalidates the in-memory feature-toggle cache for all users. Call this after changing rows in Feature or AdminUnitFeatureState via the standard create/update/delete tools so the new state becomes visible. Pass featureCode to scope to a single feature; omit to refresh all. See /feature-toggle-guide for the full workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featureCode | No | Optional feature code (e.g., "FreedomUIComposableApp"). When provided, only that feature's cache is invalidated for all users. Omit to clear the cache for every feature. |