Add logo to swagger.yaml
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
c1cdfe78f6
commit
cd0c0d0666
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue