---
title: "Update Autorun Schedule"
method: PATCH
path: "/v1/bulk-leads/autorun-schedule"
tags: ["Bulk Leads"]
---

# Update Autorun Schedule

`PATCH /v1/bulk-leads/autorun-schedule`

## Request body

- AddOrUpdateAutorunScheduleRequest
  - `cron_expression` string, required
  - `num_leads_per_trigger` integer, nullable
  - `schedule_status` string

## Response `200`

Successful Response

- BulkLeadResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/versions/23d1ff06d0d0/schema)
