Update cron job authentication headers

Beta

Update Cloud Scheduler job Authorization headers for organizations. Lists all Cloud Scheduler jobs and updates those matching the trigger pattern.

Args: dry_run: If True, only shows what would be updated without making changes test_org_id: If provided, only processes jobs for this specific organization ID

Only accessible to Scout internal organizations for security.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

dry_runbooleanOptionalDefaults to true
test_org_idstring or nullOptional

Response

Successful Response
total_jobs_foundinteger
jobs_needing_updateinteger
total_jobs_updatedinteger
updated_jobslist of objects
errorslist of objects

Errors