Update Nft Item Attribute

Update attribute data for specified Nft item and item attribute.

Update Nft Item Attribute

PUT {{server-url}}/nft-items/:nftItemId/attributes/:itemAttributeId

Path Parameters

NameTypeDescription

nftItemId*

Number

Represents Nft item's identifier

itemAttributeId*

Number

Represents Nft item attribute's identifier

Headers

NameTypeDescription

Authorization*

String

UUID formatted access token

Content-Type*

String

application/json

PROJECT-ID*

String

UUID formatted projectId information

Request Body

NameTypeDescription

traitType

String

Represents attribute's name. You can not add already exist traitType.

value

String

Represents attribute's value

icon

String

Represents attribute's icon url

{
    // Response
}

Example Response Body

{
    "data": null,
    "message": null,
    "code": 0,
    "error": false
}

Last updated