-
-
Notifications
You must be signed in to change notification settings - Fork 793
Open
Labels
Description
Describe the bug
The documentation tells this endpoint return a featureStrategySchema
while it seems it should return a featureStrategySchema[]
, aka a list of featureStrategySchema
In fact, calling this endpoint returns a list + its naming, which is plural, also suggests we should get a list
Steps to reproduce the bug
Call GET <your-unleash-url>/api/admin/projects/:projectId/features/:featureName/environments/:environment/strategies
cf https://docs.getunleash.io/reference/api/unleash/get-feature-strategies
See that the return body does not match the OpenAPI from the documentation
Expected behavior
The return body and the doc are sync
Logs, error output, etc.
No response
Screenshots
No response
Additional context
No response
Unleash version
Server 6
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress