POST /blueprintactions
Create a new blueprint action
/blueprintactions
POST
Create a new blueprint action
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
Key | Type | Example | Description |
---|---|---|---|
type required | string |
"example-string"
|
Action type identifier
|
blueprint_guid required | string |
"example-string"
|
Parent blueprint GUID
|
title optional | string |
"example-string"
|
Action title
|
description optional | string |
"example-string"
|
Action description
|
configuration optional | object |
{}
|
Action-specific configuration
|
{
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"type": "http_request",
"blueprint_guid": "example-string",
"position": {
"x": 150,
"y": 300
},
"event": "/api/users",
"fields": [
"example-string"
],
"default_value": "example-value",
"value": "example-value",
"in_pins": [
{}
],
"out_pins": [
{}
],
"custom_out_pins": [
{}
],
"scopes": [
"example-string"
],
"storages": [
"example-string"
],
"is_public": true,
"custom_header_text": "example-string",
"is_created": true,
"modified_user": "example-string",
"unsaved": "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 Actions Return to the Blueprint Actions category to view other endpoints All API Categories Browse all available API categories