소스 검색

Merge pull request #34828 from allencloud/add-config-tags-in-swagger

add configs tag in swagger.yml
Sebastiaan van Stijn 7 년 전
부모
커밋
80edccda70
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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"