Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a Korifi API user I want to be able to filter service plans by name #3287

Closed
danail-branekov opened this issue May 23, 2024 · 0 comments
Closed

Comments

@danail-branekov
Copy link
Member

GIVEN I have enabled the experimental managed services flag in the helm values
WHEN I have created service brokers
WHEN I GET /v3/service_plans?names=my-plan,your-plan
THEN I get a 200 OK response containing a list of all the service plans from all brokers that match the names specified

Dev notes:


As a Korifi API user I want to be able to filter service plans by service offering name

GIVEN I have enabled the experimental managed services flag in the helm values
WHEN I have created service brokers
WHEN I GET /v3/service_plans?service_offering_names=my-offering,your-offering
THEN I get a 200 OK response containing a list of all the service plans from all brokers whose offering names match the offering names specified

Dev notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants