---
title: "Update Vapi Cron Config"
method: PUT
path: "/api/vapi/cron/config"
tags: ["VAPI"]
---

# Update Vapi Cron Config

`PUT /api/vapi/cron/config`

Actualiza la configuración del CRON VAPI.

## Request body

- VapiCronConfigUpdate
  - `is_enabled` boolean
  - `assistant_id` string, required
  - `phone_number_id` string, required
  - `squad_id` string, nullable
  - `first_assistant_id` string, nullable
  - `interval_minutes` integer
  - `time_window_start` string
  - `time_window_end` string
  - `allowed_days` string[]
  - `allowed_months` integer[]

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
