Account 귀속 NFT 커스텀 정보 업데이트
이 API는 “App과 Account 계정에 귀속된 전체 NFT 리스트 요청” API의 응답값중 ‘nft_packs’ : ‘custom_properties’ 정보를 수정 할 수 있는 API 입
PUT
https://{market-domain}/v1.0/app/nft/member/customproperties
Headers
Name
Type
Description
Authorization*
string
Bearer {{app-access-token}}
Request Body
Name
Type
Description
nft_id*
int64
account에 귀속된 nft 리스트 조회시 확인한 nft_id
mu_id*
int64
계정 로그인/가입 시 발급 받은 mu_id
au_id*
int64
계정 로그인/가입 시 발급 받은 au_id
custom_properties*
string
Custom 문자열 (Max length : 1000)
curl --location --request DELETE 'https://20.194.125.150:51071/v1.0/app/test/member/nft?au_id=5&nft_id=167' --header 'Authorization: Bearer eyJhbGciOiJIU......'
Last updated