Ver Fonte

add configs tag in swagger.yml

Signed-off-by: Allen Sun <allensun.shl@alibaba-inc.com>
Allen Sun há 8 anos atrás
pai
commit
16929d337a
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      api/swagger.yaml

+ 4 - 0
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"