Skip to main content

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
cronSchedulestring | nullnullable
enabledboolean | nullnullable
namestring | nullnullable
timezonestring | nullnullable
PatchLibraryJobRequest
{
"config": "null",
"cronSchedule": "string",
"enabled": true,
"name": "string",
"timezone": "string"
}