Appearance
PATCH
/job/job-configuration/configurations/{id}Required scope:
viskan:jobconfig:updateUpdates the active status and/or job execution exclusion of a job configuration.
Parameters
Path parameters
id integerThe unique identifier of the job configuration to update.
Request body
JSON
{
"active": true,
"jobExecutionExclusionId": 1
}
Response
The configuration was updated successfully.
| Error code | Description |
|---|---|
activation-not-allowed | The user is not allowed to activate/deactivate this configuration. |
config-not-found | The configuration with the given ID was not found. |