From 8eb91fc860992524323540f085ba1ce21a120c0b Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Sat, 2 Apr 2022 16:28:24 +0200 Subject: [PATCH] fix(docs): fix the quotes of JSON property in table --- website/docs/api/admin/segments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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