cURL
curl --request POST \ --url https://api.lithoblocks.com/templates/{id}/versions/{versionId}/activate \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "currentVersion": { "id": "<string>", "versionNumber": 123 } }
Set a specific version as the current version of the template
LithoBlocks API key obtained from your organization dashboard
Version activated
Show child attributes