From 35bd047af9f7fdaed266d9632d003391d6f94dd7 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 4 Apr 2022 14:56:34 +0200 Subject: [PATCH] docs: reword api return type description --- website/docs/api/admin/segments.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/api/admin/segments.mdx b/website/docs/api/admin/segments.mdx index d1c6e7bd4b..a3602300fe 100644 --- a/website/docs/api/admin/segments.mdx +++ b/website/docs/api/admin/segments.mdx @@ -278,9 +278,9 @@ Use a JSON object with the following properties to update the list of applied se | `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. | `[]` | -## Types +## API types -The segments API exposes the following types: +This section describes the data objects returned by the endpoints in the segments API. For information on a specific endpoint, refer to its specific description above. ### Segment {#segment-type-description}