Explorar o código

fixed special character

`scope`=<string> local or swarm had special character, which was breaking the Swagger UI

Signed-off-by: Jeeva S. Chelladhurai <sjeeva@gmail.com>
Jeeva S. Chelladhurai %!s(int64=7) %!d(string=hai) anos
pai
achega
a21654c34b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/swagger.yaml

+ 1 - 1
api/swagger.yaml

@@ -6995,7 +6995,7 @@ paths:
             - `network=<string>` network name or ID
             - `network=<string>` network name or ID
             - `node=<string>` node ID
             - `node=<string>` node ID
             - `plugin`=<string> plugin name or ID
             - `plugin`=<string> plugin name or ID
-            - `scope`<string> local or swarm
+            - `scope`=<string> local or swarm
             - `secret=<string>` secret name or ID
             - `secret=<string>` secret name or ID
             - `service=<string>` service name or ID
             - `service=<string>` service name or ID
             - `type=<string>` object to filter by, one of `container`, `image`, `volume`, `network`, `daemon`, `plugin`, `node`, `service`, `secret` or `config`
             - `type=<string>` object to filter by, one of `container`, `image`, `volume`, `network`, `daemon`, `plugin`, `node`, `service`, `secret` or `config`