mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-18 00:19:49 +01:00
docs: document variant payloads.
This commit is contained in:
parent
69005af33e
commit
80afb25999
@ -58,6 +58,14 @@ For instance, if you have three variable weight variants and two fixed weight va
|
|||||||
|
|
||||||
### Variant payload
|
### Variant payload
|
||||||
|
|
||||||
|
Each variant can have an associated payload. Use this to add more context or data to a payload that you can access on the client, such as a customized message or other information.
|
||||||
|
|
||||||
|
Unleash currently supports these payload types:
|
||||||
|
|
||||||
|
- JSON
|
||||||
|
- CSV
|
||||||
|
- String
|
||||||
|
|
||||||
### Overrides
|
### Overrides
|
||||||
|
|
||||||
### Variant stickiness
|
### Variant stickiness
|
||||||
|
Loading…
Reference in New Issue
Block a user