Workflow
Modify specific fields on multiple contentlets
Assigns values to the specified fields across multiple contentlets simultaneously.
Can use a Lucene query in its body to select all resulting content items.
Returns a list of resultant contentlet maps, each with an additional AUTO_ASSIGN_WORKFLOW property, which can be referenced by delegate services that handle automatically assigning workflow schemes to content with none.
patch/api/v1/workflow/actions/default/fire/{systemAction}
Path parameters
systemAction'NEW' | 'EDIT' | 'PUBLISH' | 'UNPUBLISH' | 'ARCHIVE' | 'UNARCHIVE' | 'DELETE' | 'DESTROY' required
Default system action.
Query parameters
inodestring
Inode of the target content.
identifierstring
Identifier of target content.
languagestring
Language version of target content.
offsetinteger
Numeric offset for query results; useful for paginating.
Request body
Response
Contentlet(s) modified successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.