From 16929d337a5dbd9aaa029271db1cdba25dd0d2f2 Mon Sep 17 00:00:00 2001 From: Allen Sun Date: Wed, 13 Sep 2017 09:48:05 +0800 Subject: [PATCH] add configs tag in swagger.yml Signed-off-by: Allen Sun --- api/swagger.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index 0c9ee9515a..75276c1b93 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -144,6 +144,10 @@ tags: x-displayName: "Secrets" description: | Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work. + - name: "Config" + x-displayName: "Configs" + description: | + Configs are application configurations that can be used by services. Swarm mode must be enabled for these endpoints to work. # System things - name: "Plugin" x-displayName: "Plugins"