1
0
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:
Thomas Heartman 2021-12-07 13:53:19 +01:00
parent 69005af33e
commit 80afb25999

View File

@ -58,6 +58,14 @@ For instance, if you have three variable weight variants and two fixed weight va
### 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
### Variant stickiness