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:
parent
fa7db52e26
commit
f6954bea9f
1 changed files with 1 additions and 1 deletions
|
@ -2779,7 +2779,7 @@ definitions:
|
|||
type: "string"
|
||||
format: "dateTime"
|
||||
Spec:
|
||||
$ref: "#/definitions/ServiceSpec"
|
||||
$ref: "#/definitions/SecretSpec"
|
||||
paths:
|
||||
/containers/json:
|
||||
get:
|
||||
|
|
Loading…
Reference in a new issue