Feature Flags - HearstCorp/rover-wiki GitHub Wiki

FEATURE_FILTER_DISALLOW_UNKNOWN_PARAMS

  • True - Any unknown parameters passed on the query string will throw errors
  • False - The API will silently ignore them.

FEATURE_EDITABLE_BRANDS_ON

  • True - The api will allow you to create new Business Units, Brands, and Sites
  • False - You will get an error disallowing POSTs to those endpoints (PATCH/PUT is still supported on them)

FEATURE_SYNC_IMAGE_SHORTCODES

  • True - Images within shortcodes will have matching image entries in the database
  • False - Images within shortcodes will not have image entries in the database

FEATURE_ALLOW_IP_CHECK_ON

  • True - The v1 api will check your ip address against a predefined list of ips allowed to hit it
  • False - All calls to it will pass through

CLASSIFICATION_ENABLED -

  • True - Video classification will occur upon save of videos
  • False - Videos will not be classified when saved

FEATURE_RAMSID_TOKEN_AUTH_ON

  • True - the rams-id backwards compatibility api will require an authentication token (via the /api/v1/client/ endpoint) to make requests.
  • False - all calls will pass through.