Skip to main content
Update the alias of a definition.

POST /revisions/:id/data (Command: update_definition)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be update_definition.
definition_idstringYesThe ID of the definition.
aliasstringYesNew unique alias.

Response

Returns an empty JSON object upon success.

Example

{
  "engine": "workflow_blobhub",
  "command": "update_definition",
  "definition_id": "def_001",
  "alias": "new-process-name"
}