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
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
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
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 specifiedDev 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 specifiedDev notes:
The text was updated successfully, but these errors were encountered: