1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs: update segments availability in API docs too

This commit is contained in:
Thomas Heartman 2022-04-04 11:44:03 +02:00
parent cc670a018c
commit 020e94e358

View File

@ -6,7 +6,7 @@ export const basePath = "api/admin/segments"
export const path = (p) => `${basePath}/${p}`
:::info Availability
The segments API is available to Pro and Enterprise users from Unleash 4.10.
Segments are an **experimental feature** available to some Unleash Pro and Unleash Enterprise users. [Get in touch](https://slack.unleash.run) if you'd like to help us develop this feature.
:::
:::note