Skip to main content
POST
/
v1
/
templates
/
{id}
/
versions
/
{version_id}
/
activate
Activate template version
curl --request POST \
  --url https://api.lithoblocks.com/v1/templates/{id}/versions/{version_id}/activate \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "current_version": {
    "id": "<string>",
    "version_number": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.lithoblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard

Path Parameters

id
string
required
version_id
string
required

Response

Version activated

success
boolean
required
message
string
required
current_version
object
required