Mark a variant for terms for review.
#227:
Change request updated 2 months ago
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/terms/{termsAndConditionsId}/variants/{id}/review', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "type": "text", "assetUrl": "text", "languageCode": "text", "name": "text", "description": "text", "status": "text", "filename": "text", "size": 0, "contentType": "text", "fileId": "text" }