From cd0c0d06665c98d7c80cf77760dc5043ab72d466 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 2 Nov 2016 14:13:19 -0700 Subject: [PATCH] Add logo to swagger.yaml Signed-off-by: Ben Firshman --- api/swagger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index 4c1d1572d3..213846b8c7 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -12,6 +12,8 @@ basePath: "/v1.25" info: title: "Docker Remote API" version: "1.25" + x-logo: + url: "https://docs.docker.com/images/logo-docker-main.png" description: | The Docker API is an HTTP REST API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API.