From 23f4939ee742aca78942d384d52f113af4e62d12 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 13 Apr 2018 16:09:43 +0200 Subject: [PATCH] docs(api): add missing supported resource control types (#1812) --- api/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 1d36febde..f90375f25 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -2608,7 +2608,7 @@ definitions: type: "string" example: "container" description: "Type of Docker resource. Valid values are: container, volume\ - \ or service" + \ service, secret, config or stack" AdministratorsOnly: type: "boolean" example: true @@ -2923,7 +2923,7 @@ definitions: RepositoryPassword: type: "string" example: "myGitPassword" - description: "Password used in basic authentication. Required when RepositoryAuthentication is true." + description: "Password used in basic authentication. Required when RepositoryAuthentication is true." Env: type: "array" description: "A list of environment variables used during stack deployment"