File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -1446,6 +1446,24 @@ paths:
1446
1446
$ref : ' #/responses/error'
1447
1447
# end submission
1448
1448
# begin service instances (addon instance)
1449
+ /sites/{site_id}/service-instances :
1450
+ parameters :
1451
+ - name : site_id
1452
+ type : string
1453
+ in : path
1454
+ required : true
1455
+ get :
1456
+ operationId : listServiceInstancesForSite
1457
+ tags : [serviceInstance]
1458
+ responses :
1459
+ ' 200 ' :
1460
+ description : OK
1461
+ schema :
1462
+ type : array
1463
+ items :
1464
+ $ref : ' #/definitions/serviceInstance'
1465
+ default :
1466
+ $ref : ' #/responses/error'
1449
1467
/sites/{site_id}/services/{addon}/instances :
1450
1468
parameters :
1451
1469
- name : site_id
@@ -1492,8 +1510,8 @@ paths:
1492
1510
operationId : showServiceInstance
1493
1511
tags : [serviceInstance]
1494
1512
responses :
1495
- ' 201 ' :
1496
- description : Created
1513
+ ' 200 ' :
1514
+ description : OK
1497
1515
schema :
1498
1516
$ref : ' #/definitions/serviceInstance'
1499
1517
default :
@@ -1511,7 +1529,7 @@ paths:
1511
1529
type : object
1512
1530
responses :
1513
1531
' 204 ' :
1514
- description : Created
1532
+ description : No Content
1515
1533
default :
1516
1534
$ref : ' #/responses/error'
1517
1535
delete :
You can’t perform that action at this time.
0 commit comments