This repository was archived by the owner on Jun 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
docs/v3/source/includes/experimental_resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ This endpoint retrieves the service offering by GUID.
3030 |
3131--- | ---
3232All Roles |
33- Unauthenticated Users |
33+ Unauthenticated Users (for service offerings with public plans, unless `hide_marketplace_from_unauthenticated_users` is set) |
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ Name | Type | Description
4242 |
4343--- | ---
4444All Roles |
45- Unauthenticated Users |
45+ Unauthenticated Users (for service offerings with public plans, unless `hide_marketplace_from_unauthenticated_users` is set) |
4646
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ HTTP/1.1 204 No Content
1919```
2020
2121This endpoint deletes a Service Plan. This is used to remove Service Plans from the Cloud Foundry database when they
22- have are no longer provided by the Service Broker.
22+ are no longer provided by the Service Broker.
2323
2424#### Definition
2525`DELETE /v3/service_plans/:guid`
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Name | Type | Description
3232---- | ---- | ------------
3333**names** | _list of strings_ | Comma-delimited list of names to filter by.
3434**available** | _boolean_ | Filter by the `available` property. Valid values are `true` or `false`.
35- **broker_catalog_id ** | _list of strings_ | Comma-delimited list of IDs provided by the Service Broker for the Service Plan to filter by.
35+ **broker_catalog_ids ** | _list of strings_ | Comma-delimited list of IDs provided by the Service Broker for the Service Plan to filter by.
3636**space_guids** | _list of strings_ | Comma-delimited list of Space GUIDs to filter by.
3737**organization_guids** | _list of strings_ | Comma-delimited list of Organization GUIDs to filter by.
3838**service_broker_guids** | _list of strings_ | Comma-delimited list of Service Broker GUIDs to filter by.
You can’t perform that action at this time.
0 commit comments