From a20aa6cca4fa1f41f686dff73f1f4c8513278f71 Mon Sep 17 00:00:00 2001 From: Alex Blease Date: Fri, 1 Sep 2017 15:33:17 +0100 Subject: [PATCH] Adding documentation for service plan schemas. [#149957792] Signed-off-by: Alberto Rios --- .../v2/events/list_service_plan_create_events.html | 11 ++++++++++- docs/v2/service_plans/list_all_service_plans.html | 11 ++++++++++- .../retrieve_a_particular_service_plan.html | 11 ++++++++++- docs/v2/service_plans/updating_a_service_plan.html | 14 +++++++++++--- .../list_all_service_plans_for_the_service.html | 11 ++++++++++- 5 files changed, 51 insertions(+), 7 deletions(-) diff --git a/docs/v2/events/list_service_plan_create_events.html b/docs/v2/events/list_service_plan_create_events.html index 5aa1a8aa209..efd6658d4db 100644 --- a/docs/v2/events/list_service_plan_create_events.html +++ b/docs/v2/events/list_service_plan_create_events.html @@ -590,7 +590,16 @@

Body

"unique_id": "guid", "public": true, "active": true, - "bindable": true + "bindable": true, + "schemas": { + "service_instance": { + "create": {}, + "update": {} + }, + "service_binding": { + "create": {} + } + } }, "space_guid": "", "organization_guid": "" diff --git a/docs/v2/service_plans/list_all_service_plans.html b/docs/v2/service_plans/list_all_service_plans.html index 9de3d4cc620..48418b7c377 100644 --- a/docs/v2/service_plans/list_all_service_plans.html +++ b/docs/v2/service_plans/list_all_service_plans.html @@ -315,7 +315,16 @@

Body

"active": true, "bindable": true, "service_url": "/v2/services/1ccab853-87c9-45a6-bf99-603032d17fe5", - "service_instances_url": "/v2/service_plans/6fecf53b-7553-4cb3-b97e-930f9c4e3385/service_instances" + "service_instances_url": "/v2/service_plans/6fecf53b-7553-4cb3-b97e-930f9c4e3385/service_instances", + "schemas": { + "service_instance": { + "create": {}, + "update": {} + }, + "service_binding": { + "create": {} + } + } } } ] diff --git a/docs/v2/service_plans/retrieve_a_particular_service_plan.html b/docs/v2/service_plans/retrieve_a_particular_service_plan.html index 1f935649831..8efa0505652 100644 --- a/docs/v2/service_plans/retrieve_a_particular_service_plan.html +++ b/docs/v2/service_plans/retrieve_a_particular_service_plan.html @@ -165,7 +165,16 @@

Body

"active": true, "bindable": true, "service_url": "/v2/services/a00cacc0-0ca6-422e-91d3-6b22bcd33450", - "service_instances_url": "/v2/service_plans/775d0046-7505-40a4-bfad-ca472485e332/service_instances" + "service_instances_url": "/v2/service_plans/775d0046-7505-40a4-bfad-ca472485e332/service_instances", + "schemas": { + "service_instance": { + "create": {}, + "update": {} + }, + "service_binding": { + "create": {} + } + } } } diff --git a/docs/v2/service_plans/updating_a_service_plan.html b/docs/v2/service_plans/updating_a_service_plan.html index 75ab0227968..3ec8efa6d78 100644 --- a/docs/v2/service_plans/updating_a_service_plan.html +++ b/docs/v2/service_plans/updating_a_service_plan.html @@ -110,8 +110,7 @@

Body

public - - A boolean describing that the plan is visible to the all users + A boolean describing that the plan is visible to the all users true @@ -172,7 +171,16 @@

Body

"active": true, "bindable": true, "service_url": "/v2/services/518cf8f5-9002-4c63-aab1-6ad2737444b1", - "service_instances_url": "/v2/service_plans/078cb2c1-e036-4dca-a3b7-ad7f3f36f9cc/service_instances" + "service_instances_url": "/v2/service_plans/078cb2c1-e036-4dca-a3b7-ad7f3f36f9cc/service_instances", + "schemas": { + "service_instance": { + "create": {}, + "update": {} + }, + "service_binding": { + "create": {} + } + } } } diff --git a/docs/v2/services/list_all_service_plans_for_the_service.html b/docs/v2/services/list_all_service_plans_for_the_service.html index 76b76b9634c..c8fcb1bd21c 100644 --- a/docs/v2/services/list_all_service_plans_for_the_service.html +++ b/docs/v2/services/list_all_service_plans_for_the_service.html @@ -295,7 +295,16 @@

Body

"public": true, "active": true, "service_url": "/v2/services/66039cd9-3d8b-46b3-8d70-62eb197b7a39", - "service_instances_url": "/v2/service_plans/377cf4c4-3987-4fdb-aa65-1104cec440d6/service_instances" + "service_instances_url": "/v2/service_plans/377cf4c4-3987-4fdb-aa65-1104cec440d6/service_instances", + "schemas": { + "service_instance": { + "create": {}, + "update": {} + }, + "service_binding": { + "create": {} + } + } } } ]