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
KeyTypeExampleDescription
guidrequiredstring
"example"
Blueprint GUID to save actions for
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
KeyTypeExampleDescription
commit_messageoptionalstring
"example"
Optional commit message for the save operation
guidsrequiredarray
["a23575f49d0af385314c1f02280163374297e018a692e5e4ab85eb307ebf6ebc", ...]
Array of action GUIDs to save
info_onlyoptionalboolean
false
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"
}
StatusError CodeDescription
401INVALID_ACCESS_TOKENAuthentication required or invalid token
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
blueprintactions_updateRequired 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