File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ paths:
73
73
content :
74
74
application/json :
75
75
schema :
76
- $ref : ' #/components/schemas/ServiceInstanceProvision '
76
+ $ref : ' #/components/schemas/ServiceInstanceProvisionResponse '
77
77
' 201 ' :
78
78
description : Created
79
79
content :
80
80
application/json :
81
81
schema :
82
- $ref : ' #/components/schemas/ServiceInstanceProvision '
82
+ $ref : ' #/components/schemas/ServiceInstanceProvisionResponse '
83
83
' 202 ' :
84
84
description : Accepted
85
85
content :
@@ -400,13 +400,13 @@ paths:
400
400
content :
401
401
application/json :
402
402
schema :
403
- $ref : ' #/components/schemas/ServiceBinding '
403
+ $ref : ' #/components/schemas/ServiceBindingResponse '
404
404
' 201 ' :
405
405
description : Created
406
406
content :
407
407
application/json :
408
408
schema :
409
- $ref : ' #/components/schemas/ServiceBinding '
409
+ $ref : ' #/components/schemas/ServiceBindingResponse '
410
410
' 202 ' :
411
411
description : Accepted
412
412
content :
@@ -695,7 +695,7 @@ components:
695
695
parameters :
696
696
$ref : ' #/components/schemas/Object'
697
697
698
- ServiceInstanceProvision :
698
+ ServiceInstanceProvisionResponse :
699
699
type : object
700
700
properties :
701
701
dashboard_url :
@@ -808,7 +808,7 @@ components:
808
808
route :
809
809
type : string
810
810
811
- ServiceBinding :
811
+ ServiceBindingResponse :
812
812
type : object
813
813
properties :
814
814
credentials :
Original file line number Diff line number Diff line change @@ -78,11 +78,11 @@ paths:
78
78
' 200 ' :
79
79
description : OK
80
80
schema :
81
- $ref : ' #/definitions/ServiceInstanceProvision '
81
+ $ref : ' #/definitions/ServiceInstanceProvisionResponse '
82
82
' 201 ' :
83
83
description : Created
84
84
schema :
85
- $ref : ' #/definitions/ServiceInstanceProvision '
85
+ $ref : ' #/definitions/ServiceInstanceProvisionResponse '
86
86
' 202 ' :
87
87
description : Accepted
88
88
schema :
@@ -310,11 +310,11 @@ paths:
310
310
' 200 ' :
311
311
description : OK
312
312
schema :
313
- $ref : ' #/definitions/ServiceBinding '
313
+ $ref : ' #/definitions/ServiceBindingResponse '
314
314
' 201 ' :
315
315
description : Created
316
316
schema :
317
- $ref : ' #/definitions/ServiceBinding '
317
+ $ref : ' #/definitions/ServiceBindingResponse '
318
318
' 202 ' :
319
319
description : Accepted
320
320
schema :
@@ -605,7 +605,7 @@ definitions:
605
605
$ref : ' #/definitions/Object'
606
606
maintenance_info :
607
607
$ref : ' #/definitions/MaintenanceInfo'
608
- ServiceInstanceProvision :
608
+ ServiceInstanceProvisionResponse :
609
609
type : object
610
610
properties :
611
611
dashboard_url :
@@ -709,7 +709,7 @@ definitions:
709
709
type : string
710
710
route :
711
711
type : string
712
- ServiceBinding :
712
+ ServiceBindingResponse :
713
713
type : object
714
714
properties :
715
715
credentials :
You can’t perform that action at this time.
0 commit comments