---
title: "Update Schedule"
method: PATCH
path: "/api/reports/schedules/{schedule_id}"
tags: ["reports"]
---

# Update Schedule

`PATCH /api/reports/schedules/{schedule_id}`

## Path parameters

- `schedule_id` string, required

## Request body

- ScheduleUpdateRequest
  - `isActive` boolean, nullable
  - `recipients` string[], nullable
  - `hourIst` integer, nullable
  - `dayOfWeek` integer, nullable
  - `dayOfMonth` integer, nullable
  - `startDate` string, nullable
  - `endDate` string, nullable
  - `agentId` string, nullable
  - `useCaseId` string, nullable
  - `source` string, nullable
  - `campaignId` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `2a1adc380310` — 6 info
  - added the new optional request property `agentId`
  - added the new optional request property `campaignId`
  - added the new optional request property `endDate`
  - added the new optional request property `source`
  - …2 more
- **2026-08-03** `5e64ef81321b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/reports/schedules/:schedule_id/patch.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
