Administrators, impersonating a service user, can use this call to update a specified job.
JWT token authentication. Include the token in the Authorization header as 'Bearer
The Id of the job you want to update.
The type of job that the user wants to run (Caching or ScheduledQuery).
A string representing the time interval (Hour/Day/Week/Month).
An integer that represents how many of the selected frequency unit the job should wait before running again.
An enum indicating the level of log verbosity (1-5).
An object containing different job details depending on if the job is a cache job or a scheduled query.
A Boolean value indicating whether the job is enabled. The default value is true.
An optional DateTime value that can be used to set the initial start time for the job.
OK