Fix API docs for GET /secrets/{id}, GET /secrets

The swagger.yml defined these endpoints to return
a "ServiceSpec" instead of a "SecretSpec".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: f6954bea9f28c62c50b88c895968045cf801aa81
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-07-19 00:22:05 +02:00
parent b58bd71384
commit 21d120121d
+1 -1
View File
@@ -2779,7 +2779,7 @@ definitions:
type: "string"
format: "dateTime"
Spec:
$ref: "#/definitions/ServiceSpec"
$ref: "#/definitions/SecretSpec"
paths:
/containers/json:
get: