PatchLibraryJobRequest
Request body for PATCH /api/v1/libraries/{id}/jobs/{job_id}.
All fields are optional. Top-level fields use [PatchValue] when their
underlying type is Option<...> so an explicit null clears the value
distinct from "not present".
config object
oneOf
- null
- LibraryJobConfigDto
null
cronSchedulestring | nullnullable
enabledboolean | nullnullable
namestring | nullnullable
timezonestring | nullnullable
PatchLibraryJobRequest
{
"config": "null",
"cronSchedule": "string",
"enabled": true,
"name": "string",
"timezone": "string"
}