Appearance
PATCH
/job/job-configuration/configurationsRequired scope:
viskan:jobconfig:updateUpdates the active status and/or job execution exclusion of multiple job configurations in a single transaction.
Request body
JSON
{
"ids": [
1,
2,
3
],
"active": true,
"jobExecutionExclusionId": 1
}
Response
The configurations were updated successfully.
| Error code | Description |
|---|---|
activation-not-allowed | The user is not allowed to activate/deactivate one of the configurations. |
config-not-found | One or more of the given configurations were not found. |
exclusion-not-found | The job execution exclusion to assign was not found. |