1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs: add segment ids examples for replacing strategy segments

This commit is contained in:
Thomas Heartman 2022-04-04 14:49:13 +02:00
parent 6f2a336fc4
commit 90794fc6ec

View File

@ -232,7 +232,7 @@ payload={{
"projectId": "my-project",
"strategyId": "my-strategy",
"environmentId": "development",
"segmentIds": []
"segmentIds": [61, 62, 63, 64]
}}
/>