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> (cherry picked from commit f6954bea9f28c62c50b88c895968045cf801aa81) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -2739,7 +2739,7 @@ definitions:
|
||||
type: "string"
|
||||
format: "dateTime"
|
||||
Spec:
|
||||
$ref: "#/definitions/ServiceSpec"
|
||||
$ref: "#/definitions/SecretSpec"
|
||||
paths:
|
||||
/containers/json:
|
||||
get:
|
||||
|
||||
Reference in New Issue
Block a user