File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -1445,7 +1445,7 @@ paths:
1445
1445
default :
1446
1446
$ref : ' #/responses/error'
1447
1447
# end submission
1448
- # begin service instances
1448
+ # begin service instances (addon instance)
1449
1449
/sites/{site_id}/services/{addon}/instances :
1450
1450
parameters :
1451
1451
- name : site_id
@@ -1474,6 +1474,20 @@ paths:
1474
1474
$ref : ' #/definitions/serviceInstance'
1475
1475
default :
1476
1476
$ref : ' #/responses/error'
1477
+ /sites/{site_id}/services/{addon}/instances/{instance_id} :
1478
+ parameters :
1479
+ - name : site_id
1480
+ type : string
1481
+ in : path
1482
+ required : true
1483
+ - name : addon
1484
+ type : string
1485
+ in : path
1486
+ required : true
1487
+ - name : instance_id
1488
+ type : string
1489
+ in : path
1490
+ required : true
1477
1491
get :
1478
1492
operationId : showServiceInstance
1479
1493
tags : [serviceInstance]
You can’t perform that action at this time.
0 commit comments