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

Commit d5f625e

Browse files
Added info about service plans in service offerings upgrade guide
[#172351415](https://www.pivotaltracker.com/story/show/172351415)
1 parent 9fe5152 commit d5f625e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/v3/source/includes/upgrade_guide/upgrade_guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,10 @@ Some services related endpoints nested in other resources have been translated t
448448

449449
`GET /v2/spaces/:guid/services` is now `GET /v3/service_offerings?space_ids=guid`
450450

451-
Service `label` attribute has been renamed to `name` and `names` is a valid filter key.
451+
`GET /v2/services/:guid/service_plans` is now a filter on the `Service Plan` resource: `GET /v3/service_plans?service_offering_guids=guid`. This link can also be found in the object's `links` section.
452452

453-
In V2, `service_broker_name and service_broker_guid` where top level attributes in the response. V3 returns this values only if requested using the [`fields` syntax](#fields). Refer to [Service Offerings endpoints](#service-offerings) for further information.
453+
454+
In V2, `service_broker_name and service_broker_guid` where top level attributes in the response. V3 returns this values only if requested using the [`fields` syntax](#fields). Refer to [Service Offerings endpoints](#service-offerings) for further information. A link to the `Service Broker` resource is included in the object's `relationships` section.
454455

455456
The structure of the Service Offering object as well as some attribute names have changed from V2 to V3:
456457

0 commit comments

Comments
 (0)