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>
This commit is contained in:
Sebastiaan van Stijn 2017-07-19 00:22:05 +02:00
parent fa7db52e26
commit f6954bea9f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -2779,7 +2779,7 @@ definitions:
type: "string"
format: "dateTime"
Spec:
$ref: "#/definitions/ServiceSpec"
$ref: "#/definitions/SecretSpec"
paths:
/containers/json:
get: