mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	docs(context): add note to context docs re: creating and updating.
This commit is contained in:
		
							parent
							
								
									429426d793
								
							
						
					
					
						commit
						1c5d48ec93
					
				@ -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.
 | 
					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
 | 
					### Legal values
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user