From 3d2f4f00d96e07f6fafc7ffbb435af3c2b6e5b31 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 24 Jan 2024 08:10:29 -0500 Subject: [PATCH] chore: Update using-references.mdx --- guides/using-references.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/using-references.mdx b/guides/using-references.mdx index b6f39b9..aff5d62 100644 --- a/guides/using-references.mdx +++ b/guides/using-references.mdx @@ -230,7 +230,7 @@ References are available for all of our GET API endpoints, (e.g. [`GET /api/v1/f We've also added support for references in all of our [server side REST SDKs](/integration/server/rest) and our [client side SDKs](/integration/client). References currently only work with Git, and our `git` backend, like all of the declarative storage backends, mandates that the UI is **read-only**. -We've thoughts on how this could change in the future, but for now, this is a limitation. +We have thoughts on how this could change in the future, but for now, this is a limitation. You always have your editor, Git and the SCMs (GitHub, Gitlab etc) for state management in the meantime. Flipt will automatically sync your feature flag definitions to Flipt in the background. Each of these backends work by polling their sources (git, oci, local directory or object store) and the interval can be configured.