v1.0.1
@Aug 30, 2022
Update metadata.isDigital to requires at least 1
artwork
in 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
, Ifname
is not designated, it will be auto-filled withtitle
value.metadata.description
, Ifdescription
is not designated, it will be auto-filled withsize
,medium
,edition
,contractTerms.fileURL
.metadata.image
, Ifimage
is not designated, it will be auto-filled withthumbnailUrl
value.
Last updated
Was this helpful?