From 1c5d48ec93259bf00246b6d441bdb036a72535d4 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 20 Dec 2021 13:06:57 +0100 Subject: [PATCH] docs(context): add note to context docs re: creating and updating. --- website/docs/user_guide/unleash-context.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/user_guide/unleash-context.md b/website/docs/user_guide/unleash-context.md index 3509e1794c..f08431aad7 100644 --- a/website/docs/user_guide/unleash-context.md +++ b/website/docs/user_guide/unleash-context.md @@ -50,9 +50,11 @@ Custom context fields allow you to extend the Unleash Context with more data tha When interacting with custom context fields in code, they must be accessed via the Unleash Context's `properties` map, using the context field's name as the key. -Common custom context fields include _region_, _country_, _customerType_, and _tentantId_. +### Creating and updating custom context fields -See ["how to define custom context fields"](../how-to/how-to-define-custom-context-fields) for information on how you create your own custom context fields. +You can create as many custom context fields as you wish. Refer to ["how to define custom context fields"](../how-to/how-to-define-custom-context-fields) for information on how you define your own custom context fields. + +You can update custom context fields after they have been created. You can change everything about the definition except for the name. ### Legal values