@@ -40,6 +40,7 @@ A redemption condition is created for each merchant that accepts tokens from a c
40
40
| status | String | The status of the token collection. Valid values include 'active'. |
41
41
| createdBy | {% dt CRN %} | The identity that created the activity. |
42
42
| createdAt | {% dt Timestamp %} | Timestamp at which the token collection was created. |
43
+ | mediaUploadId | String {% opt %} | The id of the [ media upload] [ ] image of the collection. |
43
44
44
45
<a name =" tokenExpiresAfter " >
45
46
### Token Expires After ** EXPERIMENTAL**
@@ -88,6 +89,7 @@ A redemption condition is created for each merchant that accepts tokens from a c
88
89
"amount": "400"
89
90
},
90
91
"type": "product",
92
+ "mediaUploadId": "12345",
91
93
})
92
94
{% endreqspec %}
93
95
@@ -110,6 +112,7 @@ A redemption condition is created for each merchant that accepts tokens from a c
110
112
"status": "active",
111
113
"createdBy": "crn::user: b657195e-dc2f-11ea-8566-e7710d592c99 ",
112
114
"createdAt": "2021-05-12T04:30:11.001Z",
115
+ "mediaUploadId": "12345",
113
116
}
114
117
{% endjson %}
115
118
@@ -154,6 +157,7 @@ Note: The `pageKey` value, if provided, needs to be URL-encoded.
154
157
"status": "active",
155
158
"createdBy": "crn::user: b657195e-dc2f-11ea-8566-e7710d592c99 ",
156
159
"createdAt": "2021-05-12T04:30:11.001Z",
160
+ "mediaUploadId": "12345",
157
161
}]
158
162
}
159
163
{% endjson %}
@@ -257,4 +261,5 @@ Note: The `pageKey` value, if provided, needs to be URL-encoded.
257
261
| 403 | TOKEN_ALREADY_CREATED | Token with supplied parameters already exists. |
258
262
| 403 | LIVENESS_MISMATCH | The account is test and the collection's liveness is main or vice versa. |
259
263
260
- [ paginated] : {% link api/pagination.md %}
264
+ [ paginated] : {% link api/pagination.md %}
265
+ [ media upload] : {% link api/media-uploads.md %}
0 commit comments