Skip to main content
POST
/
v1
/
templates
/
{template_id}
/
publish
Publish Template
curl --request POST \
  --url https://api.example.com/v1/templates/{template_id}/publish
{
  "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "version": 123,
  "is_published": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.n8negri.xyz/llms.txt

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

Headers

Authorization
string | null

Path Parameters

template_id
string<uuid>
required

Response

Successful Response

template_id
string<uuid>
required
version
integer
required
is_published
boolean
required