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
Name | Type | Description |
---|---|---|
nftItemId* | Number | Represents Nft item's identifier |
itemAttributeId* | Number | Represents Nft item attribute's identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Content-Type* | String | application/json |
PROJECT-ID* | String | UUID formatted projectId information |
Request Body
Name | Type | Description |
---|---|---|
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 |
Example Response Body
Last updated