Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1

...

Allows the execution of the Process event, of the modules configured in the storage unit, for content that is already stored in a storage unit. Execution is scheduled by key(s) or by storage unit.

Note: for the key to be executed, the reprocessing queue needs to be enabled on the storage unit (see here) and the reprocessing job needs to be running (see here).

Reprocess Single Key

Puts the specified scope of the key in the reprocess queue to execute the Process events of the configured modules for that scope. 

Request

The reprocess single key GET/POST request, requires the storage unit name, the key and the scope to put in the reprocess queue.

Code Block
languagejs
themeRDark
POST reprocess/key/<storage-unit-name>/<key>/<scope>

Response

If the scope of the key is added correctly to the reprocess queue, a 200 response code and an OK message are returned.

Code Block
languagejs
themeRDark
 {"message":"OK"}