Znode

Build Version:

PUT image

To update image path by id

Request Information

» Parameters

Name Description Additional information
model UpdateImageModel model

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Id": 1,
  "EntityName": "sample string 2",
  "ImagePath": "sample string 3",
  "ImagePathLarge": "sample string 4",
  "ImagePathMedium": "sample string 5",
  "ImagePathSmall": "sample string 6",
  "ImagePathThumbnail": "sample string 7"
}