diff --git a/website/docs/api/admin/segments.mdx b/website/docs/api/admin/segments.mdx index a7336aef77..a19c080ecd 100644 --- a/website/docs/api/admin/segments.mdx +++ b/website/docs/api/admin/segments.mdx @@ -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