diff --git a/src/content/api/_endpoints/assets-archive.js b/src/content/api/_endpoints/assets-archive.js index 440f6773b..c1002467c 100644 --- a/src/content/api/_endpoints/assets-archive.js +++ b/src/content/api/_endpoints/assets-archive.js @@ -18,6 +18,7 @@ export default { expiresAt: '2024-05-07T22:07:05.602Z', description: 'Centrapay Token', collectionId: '1234', + collectionType: 'product', issuerImg: 'https://static.centrapay.com/assets/brands/centraperk/logo.png', issuer: 'Centraperk', issuerWebsite: 'www.centrapay.com' diff --git a/src/content/api/_endpoints/assets-get.js b/src/content/api/_endpoints/assets-get.js index a2c512fcd..7c16a698a 100644 --- a/src/content/api/_endpoints/assets-get.js +++ b/src/content/api/_endpoints/assets-get.js @@ -18,6 +18,7 @@ export default { expiresAt: '2024-05-07T22:11:56.924Z', description: 'Centrapay Token', collectionId: '1234', + collectionType: 'product', issuerImg: 'https://static.centrapay.com/assets/brands/centraperk/logo.png', img: 'http://www.centrapay.com/path/to/img.png', issuer: 'Centraperk', diff --git a/src/content/api/assets.mdoc b/src/content/api/assets.mdoc index 29bb335fc..99e6f0789 100644 --- a/src/content/api/assets.mdoc +++ b/src/content/api/assets.mdoc @@ -118,6 +118,10 @@ Tokens have the following attributes along with the base asset fields. The [token collection](/api/tokens#token-collection-model) that will govern the branding and redemption rules for the token. {% /property %} + {% property name="collectionType" type="string" %} + The type of the token collection. + {% /property %} + {% property name="createdBy" type="crn" %} The identity that created the activity. {% /property %}