To update image path by id
Name | Description | Additional information |
---|---|---|
model | UpdateImageModel model |
Define this parameter in the request body. |
{
"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"
}