Skip to main content
POST
Apply a template to a new sub-project

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required
templateId
string<uuid>
required

Body

application/json
name
string
required
Required string length: 1 - 200
variableValues
object

Response

Sub-project created from template

success
boolean
required
data
object
required