Set Nft Item Category

Update Nft Item's categories.

Set Nft Item Category

PUT {{server-url}}/nft-items/:id/category

Path Parameters

NameTypeDescription

id*

Number

Represents Nft item'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

categoryIdList*

Array

Represents category's identifier list

{
    // Response
}

Example Response Body

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

Last updated