---
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

---

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