---
title: "PATCH /api/v2/webmail/scheduled-messages/{id}/"
method: PATCH
path: "/api/v2/webmail/scheduled-messages/{id}/"
tags: ["webmail"]
---

# PATCH /api/v2/webmail/scheduled-messages/{id}/

`PATCH /api/v2/webmail/scheduled-messages/{id}/`

## Path parameters

- `id` string, required

## Request body

- PatchedScheduledMessage — Mixin to inject scheduled_datetime logic into a serializer.
  - `error` string, nullable
  - `scheduled_datetime` string, date-time

## Response `200`

- ScheduledMessage — Mixin to inject scheduled_datetime logic into a serializer.
  - `error` string, nullable, required
  - `scheduled_datetime` string, date-time, required

---

[API](https://skmtc.net/modoboa/apis/modoboa-api.md) · [All operations](https://skmtc.net/modoboa/apis/modoboa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoboa/modoboa-api/versions/01f8eaf44cc7/schema)
