코인 데이터 수정
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"return": 0,
"message": "success"
}curl --location --request PUT 'http://{backoffice-domain}/m1.0/backoffice/mod/coin' \
--header 'Content-Type: application/json' \
--data-raw '{
"coin_id": 9999,
"coin_name": "abcde",
"icon_path": "abcde",
"daily_limited_acq_exchange_quantity": 50,
"exchange_fees": 0.51
}'{
"coin_id": 9999,
"coin_name": "abcde",
"icon_path": "abcde",
"daily_limited_acq_exchange_quantity": 50,
"exchange_fees": 0.51
}Last updated