|
@@ -6610,6 +6610,10 @@ paths:
|
|
|
responses:
|
|
|
200:
|
|
|
description: "no error"
|
|
|
+ 404:
|
|
|
+ description: "plugin is not installed"
|
|
|
+ schema:
|
|
|
+ $ref: "#/definitions/ErrorResponse"
|
|
|
500:
|
|
|
description: "server error"
|
|
|
schema:
|
|
@@ -6633,6 +6637,10 @@ paths:
|
|
|
responses:
|
|
|
200:
|
|
|
description: "no error"
|
|
|
+ 404:
|
|
|
+ description: "plugin is not installed"
|
|
|
+ schema:
|
|
|
+ $ref: "#/definitions/ErrorResponse"
|
|
|
500:
|
|
|
description: "server error"
|
|
|
schema:
|