1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-28 00:17:12 +01:00

fix(docs): fix the quotes of JSON property in table

This commit is contained in:
Thomas Heartman 2022-04-02 16:28:24 +02:00
parent 45dc2c8c33
commit 8eb91fc860

View File

@ -263,7 +263,7 @@ Use a JSON object with the following properties to update the list of applied se
| `projectId` | string | Yes | The ID of the feature toggle's project. | `"my-project"` |
| `strategyId` | string | Yes | The ID of the strategy. | `"my-strategy"` |
| `environmentId` | string | Yes | The ID of the environment. | `"development"` |
| "segmentIds" | list of segment IDs (numbers) | Yes | The list of segment IDs to apply to the strategy. | `[]` |
| `segmentIds` | list of segment IDs (numbers) | Yes | The list of segment IDs to apply to the strategy. | `[]` |
## Types