---
title: "Update Enphase Settings"
method: PUT
path: "/api/admin/reports/enphase/settings"
tags: ["copilot_frontend", "admin", "admin-reports", "enphase-admin"]
---

# Update Enphase Settings

`PUT /api/admin/reports/enphase/settings`

## Request body

- EnphaseCronSettingsPayload
  - `is_enabled` boolean, required — Si el cron está habilitado
  - `scheduled_hour` integer, required — Hora programada (0-23)

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