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**