---
title: "Update Granola sync schedule"
method: PUT
path: "/v1/integrations/granola/schedule"
tags: ["integrations"]
---

# Update Granola sync schedule

`PUT /v1/integrations/granola/schedule`

Update the periodic sync schedule for a Granola installation.

## Request body

- GranolaSyncScheduleUpdateParams — Parameters for updating a Granola installation sync schedule.
  - `installation_id` string, uuid, required — Granola installation ID
  - `interval` 'off' | 'ten_minutes' | 'hourly' | 'daily' | 'weekly', required — Periodic sync interval to apply

## Response `200`

Updated Granola sync schedule

- GranolaSyncScheduleUpdateResponse — Granola sync schedule update response.
  - `data` GranolaSyncScheduleUpdate, required — Result of updating a Granola sync schedule.
    - `installation_id` string, required — Granola installation ID
    - `sync_schedule` GranolaSyncSchedule, required — Persisted periodic sync schedule for a Granola installation.
      - `interval` 'off' | 'ten_minutes' | 'hourly' | 'daily' | 'weekly' — Selected periodic sync interval
      - `updated_at` string, date-time, nullable — When the schedule metadata was last changed

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
