Account 귀속 NFT 커스텀 정보 업데이트
이 API는 “App과 Account 계정에 귀속된 전체 NFT 리스트 요청” API의 응답값중 ‘nft_packs’ : ‘custom_properties’ 정보를 수정 할 수 있는 API 입
PUT https://{market-domain}/v1.0/app/nft/member/customproperties
Headers
Authorization*
string
Bearer {{app-access-token}}
Request Body
nft_id*
int64
account에 귀속된 nft 리스트 조회시 확인한 nft_id
mu_id*
int64
계정 로그인/가입 시 발급 받은 mu_id
au_id*
int64
계정 로그인/가입 시 발급 받은 au_id
custom_properties*
string
Custom 문자열 (Max length : 1000)
{
"return": 0,
"message": "success"
}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......'
0
success
성공
20004
Invalid jwt token
유효하지 못한 auth token
64028
Failed to modify nft attribute information
DB오류로인한 실패(확인대상)
64046
User wallet mismatch detected. The job has been aborted.
유저 지갑이 요청한 NFT와 맞지않을때
Last updated