교환 가능한 코인, 포인트 관계 수정
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"return": 0,
"message": "success"
}curl --location --request PUT 'http://{backoffice-domain}/m1.0/backoffice/mod/exchange' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": 9999,
"coin_id": 9999,
"point_id": 9999,
"is_enabled": true
}'{
"app_id": 9999,
"coin_id": 9999,
"point_id": 9999,
"is_enabled": true
}Last updated