mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-28 00:17:12 +01:00
chore: update documentation for feature toggle variants (#7064)
Add documentation of feature flag variant types Closes #7056
This commit is contained in:
parent
9fc01233c6
commit
85d3ccbd79
@ -87,6 +87,9 @@ Unleash currently supports these payload types:
|
|||||||
- JSON
|
- JSON
|
||||||
- CSV
|
- CSV
|
||||||
- String
|
- String
|
||||||
|
- Number
|
||||||
|
|
||||||
|
The variant payload type provides hints to your application about how to parse the payload. It does not enforce any specific format, so you can use any format you like. The payload is passed to the client as a string, so you will need to parse it on the client side according to the datatype expected.
|
||||||
|
|
||||||
### Variant stickiness
|
### Variant stickiness
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user