Set Nft Item Category
Update Nft Item's categories.
Set Nft Item Category
PUT
{{server-url}}/nft-items/:id/category
Path Parameters
Name | Type | Description |
---|---|---|
id* | Number | Represents Nft item'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 |
---|---|---|
categoryIdList* | Array | Represents category's identifier list |
Example Response Body
Last updated