1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

add configs tag in swagger.yml
This commit is contained in:
Sebastiaan van Stijn 2017-09-14 02:37:28 +02:00 committed by GitHub
commit 80edccda70

View file

@ -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"