Skip to content

Commit

Permalink
docs: reword api return type description
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Apr 4, 2022
1 parent 90794fc commit 35bd047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/api/admin/segments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 35bd047

Please sign in to comment.