https://{TheMangoClient}/api/imagesRestore

수정된 이미지 정보는 /api/imagesList API를 통해 확인할 수 있습니다. imageType 에 해당하는 이미지를 일괄 복원합니다.

API Limit

Rate Limit 3 Request(s) / 1 Second(s)
Token Usage 1 Token(s) / 1 Request

Request

Name Required Type Description
 productId String
더망고 상품번호
 imageType String
이미지타입 - representative : 대표이미지 - detail : 상세페이지 이미지

Response

Name Type Description
 data Object
응답 데이터
    + productId String
더망고 상품번호
    + imageType String
이미지타입

API Request Sample

curl --location 'https://{TheMangoClient}/api/imagesRestore' \
--header 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Content-Type: application/json' \
--data '{
    "productId": "",
    "imageType": ""
}'