Workflow

Update an existing workflow action

Updates a workflow action based on the payload properties.

Returns updated workflow action.

put/api/v1/workflow/actions/{actionId}

Path parameters

actionIdstring required

Identifier of workflow action to update.

Example value: b9d89c80-3d88-4311-8365-187323c96436 (Default system workflow "Publish" action)

Request body

actionIdstring
schemeIdstring required
stepIdstring
actionNamestring required
whoCanUsestring[]
actionIconstring
actionAssignableboolean required
actionCommentableboolean required
showOnstring[] required
actionRoleHierarchyForAssignboolean required
actionNextStepstring required
actionNextAssignstring
actionConditionstring
metadataobject

Response

Updated workflow action successfully

i18nMessagesMapobject
permissionsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.