Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 9450929

Browse files
Fixed docs
[#171275377]
1 parent e013678 commit 9450929

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/v3/source/includes/experimental_resources/service_offerings/_get.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ This endpoint retrieves the service offering by GUID.
3030
|
3131
--- | ---
3232
All Roles |
33-
Unauthenticated Users |
33+
Unauthenticated Users (for service offerings with public plans, unless `hide_marketplace_from_unauthenticated_users` is set)|

docs/v3/source/includes/experimental_resources/service_offerings/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ Name | Type | Description
4242
|
4343
--- | ---
4444
All Roles |
45-
Unauthenticated Users |
45+
Unauthenticated Users (for service offerings with public plans, unless `hide_marketplace_from_unauthenticated_users` is set)|
4646

docs/v3/source/includes/experimental_resources/service_plans/_delete.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HTTP/1.1 204 No Content
1919
```
2020

2121
This 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`

docs/v3/source/includes/experimental_resources/service_plans/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)