1
0
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:
Fredrik Strand Oseberg 2024-05-16 10:41:50 +02:00 committed by GitHub
parent 9fc01233c6
commit 85d3ccbd79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,9 @@ Unleash currently supports these payload types:
- JSON
- CSV
- 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