POST /blueprinttemplates
Create a new blueprint template
/blueprinttemplates
POST
Create a new blueprint template
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
Key | Type | Example | Description |
---|---|---|---|
name optional | string |
"example-string"
|
Template name
|
description optional | string |
"example-string"
|
Template description
|
content optional | string |
"example-string"
|
Template content
|
{
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"name": "example-string",
"description": "example-string",
"content": "example-string",
"reactroot": "example-string",
"reactroot_file": "example-string",
"css": "example-string",
"js": "example-string",
"last_modified_by": {
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"firstname": "example-string",
"lastname": "example-string",
"username": "example-string"
},
"modified_reactroot_by": {
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"firstname": "example-string",
"lastname": "example-string",
"username": "example-string",
"date": "example-value"
}
}
{
"success": false,
"error": "HTTP_401",
"message": "Error response"
}
Error Code | Description |
---|---|
HTTP_401 | HTTP 401 error |
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Blueprint Templates Return to the Blueprint Templates category to view other endpoints All API Categories Browse all available API categories