You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the bug
The documentation tells this endpoint return a
featureStrategySchema
while it seems it should return afeatureStrategySchema[]
, aka a list offeatureStrategySchema
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
The text was updated successfully, but these errors were encountered: