---
title: "Modify specific fields on multiple contentlets"
method: PATCH
path: "/api/v1/workflow/actions/default/fire/{systemAction}"
tags: ["Workflow"]
---

# Modify specific fields on multiple contentlets

`PATCH /api/v1/workflow/actions/default/fire/{systemAction}`

Assigns values to the specified fields across multiple [contentlets](https://www.dotcms.com/docs/latest/content#Contentlets) simultaneously.

Can use a [Lucene query](https://www.dotcms.com/docs/latest/content-search-syntax#Lucene) 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.

## Path parameters

- `systemAction` 'NEW' | 'EDIT' | 'PUBLISH' | 'UNPUBLISH' | 'ARCHIVE' | 'UNARCHIVE' | 'DELETE' | 'DESTROY', required

## Query parameters

- `inode` string
- `identifier` string
- `language` string
- `offset` integer

## Request body

- FireActionForm
  - `comments` string
  - `assign` string
  - `publishDate` string
  - `publishTime` string
  - `expireDate` string
  - `expireTime` string
  - `neverExpire` string
  - `whereToSend` string
  - `filterKey` string
  - `query` string
  - `pathToMove` string
  - `timezoneId` string
  - `individualPermissions` object
  - `iwantTo` string
  - `contentlet` object

## Response `200`

Contentlet(s) modified successfully

- ResponseEntityMapView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` object
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `401` — Invalid User
- `403` — Forbidden
- `404` — Content Type not found
- `406` — Not Acceptable
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
