POST /_system/blueprinttags
Create new blueprint tag
Create new blueprint tag
| Key | Type | Example | |
|---|---|---|---|
| authorization required | string |
"Bearer your-jwt-token"
|
| Key | Type | Example | Description |
|---|---|---|---|
| name required | string |
"example-string"
|
Tag name
|
| color optional | string |
"example-string"
|
Tag color (hex)
|
| description optional | string |
"example-string"
|
Tag description
|
{
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"name": "example-string",
"color": "example-string",
"description": "example-string"
}
{
"success": false,
"error": "ERROR_KEY"
}
| permission | description |
|---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Blueprint Tags Return to the Blueprint Tags category to view other endpoints All API Categories Browse all available API categories