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

docs: reword api return type description

This commit is contained in:
Thomas Heartman 2022-04-04 14:56:34 +02:00
parent 90794fc6ec
commit 35bd047af9

View File

@ -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}