Add logo to swagger.yaml

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2016-11-02 14:13:19 -07:00
parent c1cdfe78f6
commit cd0c0d0666
No known key found for this signature in database
GPG key ID: 18296449E36D2F1E

View file

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