CL2C Swagger reference
Choose an endpoint, enter its required values, and inspect or send a real API request.
OpenAPI 3.0.3 · Swagger format
View or download the OpenAPI specification
21 endpoints
Complete endpoint URL
put
https://developer.taliware.com/api/v1/cl2c/nft/{id}Update NFT fields (name, description, status, mintedAt)
Update editable NFT fields. Only allowed when NFT status is not finalized (CREATED or PENDING). Status transitions are validated server-side.
x-api-key<token>
In: header
Path Parameters
idstring
name?string
description?string
externalUrl?string
Format
urisupply?integer
Range
1 <= valuemetadata?object
Empty Object
Response Body
curl -X PUT "https://developer.taliware.com/api/v1/cl2c/nft/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"status": "string",
"name": "string",
"description": "string",
"externalUrl": "string",
"imagePath": "string",
"supply": 0,
"mintedAt": "2019-08-24T14:15:22Z",
"smartContract": {
"id": "string",
"name": "string",
"symbol": "string",
"contractAddress": "string",
"status": "string",
"network": "string",
"env": "string"
}
}{
"error": "string",
"details": [
"string"
]
}{
"error": "string",
"details": [
"string"
]
}{
"error": "string",
"details": [
"string"
]
}{
"error": "string",
"details": [
"string"
]
}{
"error": "string",
"details": [
"string"
]
}