v1.0.1
@Aug 30, 2022
Update metadata.isDigital to requires at least 1
artworkin payload.attachmentFilesAdd attachment file payload explanation and example.
"attachmentFiles": [
{
"name": "image.jpg",
"url": "https://bucket-1.example.com/srr-images/image.jpg",
"category": "artwork"
},
{
"name": "certificate.jpg",
"url": "https://bucket-2.example.com/srr-images/certificate.jpg",
"category": "certificate"
},
{
"name": "for_authenticity.jpg",
"url": "https://bucket-2.example.com/srr-images/for_authenticity.jpg",
"category": "for_authenticity"
},
{
"name": "installation.jpg",
"url": "https://bucket-2.example.com/srr-images/installation.jpg",
"category": "installation"
}
]Update some field in metadata to be auto-filled.
metadata.name, Ifnameis not designated, it will be auto-filled withtitlevalue.metadata.description, Ifdescriptionis not designated, it will be auto-filled withsize,medium,edition,contractTerms.fileURL.metadata.image, Ifimageis not designated, it will be auto-filled withthumbnailUrlvalue.
Last updated
Was this helpful?