Skip to content

Commit e7dc9b4

Browse files
authored
Merge pull request #672 from leonwanghui/update
Rename ServiceInstanceProvision to ServiceInstance
2 parents ec5af59 + 2745826 commit e7dc9b4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ paths:
7373
content:
7474
application/json:
7575
schema:
76-
$ref: '#/components/schemas/ServiceInstanceProvision'
76+
$ref: '#/components/schemas/ServiceInstanceProvisionResponse'
7777
'201':
7878
description: Created
7979
content:
8080
application/json:
8181
schema:
82-
$ref: '#/components/schemas/ServiceInstanceProvision'
82+
$ref: '#/components/schemas/ServiceInstanceProvisionResponse'
8383
'202':
8484
description: Accepted
8585
content:
@@ -400,13 +400,13 @@ paths:
400400
content:
401401
application/json:
402402
schema:
403-
$ref: '#/components/schemas/ServiceBinding'
403+
$ref: '#/components/schemas/ServiceBindingResponse'
404404
'201':
405405
description: Created
406406
content:
407407
application/json:
408408
schema:
409-
$ref: '#/components/schemas/ServiceBinding'
409+
$ref: '#/components/schemas/ServiceBindingResponse'
410410
'202':
411411
description: Accepted
412412
content:
@@ -695,7 +695,7 @@ components:
695695
parameters:
696696
$ref: '#/components/schemas/Object'
697697

698-
ServiceInstanceProvision:
698+
ServiceInstanceProvisionResponse:
699699
type: object
700700
properties:
701701
dashboard_url:
@@ -808,7 +808,7 @@ components:
808808
route:
809809
type: string
810810

811-
ServiceBinding:
811+
ServiceBindingResponse:
812812
type: object
813813
properties:
814814
credentials:

swagger.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ paths:
7878
'200':
7979
description: OK
8080
schema:
81-
$ref: '#/definitions/ServiceInstanceProvision'
81+
$ref: '#/definitions/ServiceInstanceProvisionResponse'
8282
'201':
8383
description: Created
8484
schema:
85-
$ref: '#/definitions/ServiceInstanceProvision'
85+
$ref: '#/definitions/ServiceInstanceProvisionResponse'
8686
'202':
8787
description: Accepted
8888
schema:
@@ -310,11 +310,11 @@ paths:
310310
'200':
311311
description: OK
312312
schema:
313-
$ref: '#/definitions/ServiceBinding'
313+
$ref: '#/definitions/ServiceBindingResponse'
314314
'201':
315315
description: Created
316316
schema:
317-
$ref: '#/definitions/ServiceBinding'
317+
$ref: '#/definitions/ServiceBindingResponse'
318318
'202':
319319
description: Accepted
320320
schema:
@@ -605,7 +605,7 @@ definitions:
605605
$ref: '#/definitions/Object'
606606
maintenance_info:
607607
$ref: '#/definitions/MaintenanceInfo'
608-
ServiceInstanceProvision:
608+
ServiceInstanceProvisionResponse:
609609
type: object
610610
properties:
611611
dashboard_url:
@@ -709,7 +709,7 @@ definitions:
709709
type: string
710710
route:
711711
type: string
712-
ServiceBinding:
712+
ServiceBindingResponse:
713713
type: object
714714
properties:
715715
credentials:

0 commit comments

Comments
 (0)