mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	docs: segment names don't need to be url-friendly.
This commit is contained in:
		
							parent
							
								
									020e94e358
								
							
						
					
					
						commit
						e4c2e8807d
					
				@ -74,8 +74,8 @@ A segment with the provided name already exists.
 | 
			
		||||
Use a JSON object with the following properties to create a new segment.
 | 
			
		||||
 | 
			
		||||
| Property      | Type                                       | Required | Description                      | Example value                                    |
 | 
			
		||||
|---------------|--------------------------------------------|----------|------------------------------------------------|--------------------------------------------------|
 | 
			
		||||
| `name`        | string                                     | Yes      | The name of the segment. Must be URL friendly. | `"mobile-users"`                                 |
 | 
			
		||||
|---------------|--------------------------------------------|----------|----------------------------------|--------------------------------------------------|
 | 
			
		||||
| `name`        | string                                     | Yes      | The name of the segment.         | `"mobile-users"`                                 |
 | 
			
		||||
| `description` | string                                     | No       | A description of the segment.    | `"This segment is for users on mobile devices."` |
 | 
			
		||||
| `constraints` | list of [constraint objects](#iconstraint) | Yes      | The constraints in this segment. | `[]`                                             |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user