POST /blueprintactions/unsaved/{guid}
Save multiple unsaved blueprint actions to persistent storage with comprehensive change tracking and real-time broadcasting
Save multiple unsaved blueprint actions to persistent storage with comprehensive change tracking and real-time broadcasting
| Key | Type | Example | Description |
|---|---|---|---|
| guidrequired | string | | Blueprint GUID to save actions for |
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| commit_messageoptional | string | | Optional commit message for the save operation |
| guidsrequired | array | ["a23575f49d0af385314c1f02280163374297e018a692e5e4ab85eb307ebf6ebc", ...] | Array of action GUIDs to save |
| info_onlyoptional | boolean | | If true, only returns info without actually saving |
{
"blueprint_guid": "c45797061f2c15a75361042244385e96419d230ab804d7fa08cd52981fd78192",
"change_doc": {
"order_guid": "a23575f49d0af385314c1f02280163374297e018a692e5e4ab85eb307ebf6ebc",
"retries": 0
},
"changes_id": "a23575f49d0af385314c1f02280163374297e018a692e5e4ab85eb307ebf6ebc",
"updated": 1782166695
}{
"code": 401,
"error": "INVALID_ACCESS_TOKEN"
}| Status | Error Code | Description |
|---|---|---|
401 | INVALID_ACCESS_TOKEN | Authentication required or invalid token |
| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
blueprintactions_update | Required scope: blueprintactions_update |
Back to Blueprint Actions Return to the Blueprint Actions category to view other endpoints All API Categories Browse all available API categories
