From d5cee4e6cf67d196ba80ea107bcbe48622984547 Mon Sep 17 00:00:00 2001 From: pouchrobot Date: Thu, 22 Mar 2018 01:07:04 +0000 Subject: [PATCH] docs: auto generate pouch cli docs via code Signed-off-by: pouchrobot --- docs/api/HTTP_API.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/api/HTTP_API.md b/docs/api/HTTP_API.md index 562540880..b7978dc0c 100644 --- a/docs/api/HTTP_API.md +++ b/docs/api/HTTP_API.md @@ -1875,13 +1875,12 @@ An object containing all details of an image at API side |**Architecture**
*optional*|the CPU architecture.|string| |**Config**
*optional*||[ContainerConfig](#containerconfig)| |**CreatedAt**
*optional*|time of image creation.|string| -|**Digest**
*optional*|digest of image.|string| |**ID**
*optional*|ID of an image.|string| -|**Name**
*optional*|name of an image.|string| |**Os**
*optional*|the name of the operating system.|string| +|**RepoDigests**
*optional*|repository with digest.|< string > array| +|**RepoTags**
*optional*|repository with tag.|< string > array| |**RootFS**
*optional*|the rootfs key references the layer content addresses used by the image.|[RootFS](#imageinfo-rootfs)| |**Size**
*optional*|size of image's taking disk space.|integer| -|**Tag**
*optional*|tag of an image.|string| **RootFS**