---
title: "Update a single resource - ExportSchedule"
method: PUT
path: "/plannings/exports/{id}"
tags: ["Data Flow"]
---

# Update a single resource - ExportSchedule

`PUT /plannings/exports/{id}`

Replaces the ExportSchedule resource.

## Path parameters

- `id` string, required

## Request body

- ExportScheduleExportScheduleInputScheduleInputUpdateExportScheduleInputUpdate
  - `export` string[]
  - `name` string
  - `description` string, nullable
  - `cronExpression` string — This should be a cron expression based on Quartz cron format
  - `timezone` string — This should be a valid timezone
  - `status` string

## Response `200`

ExportSchedule resource updated

- ExportScheduleExportScheduleOutputScheduleOutput
  - `export` object
  - `name` string
  - `description` string, nullable
  - `cronExpression` string
  - `timezone` string
  - `status` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `createdBy` UserUserOutputScheduleOutput
    - `id` integer
    - `username` string
  - `updatedBy` UserUserOutputScheduleOutput
    - `id` integer
    - `username` string
  - `id` string

## Other responses

- `400` — Invalid input
- `404` — Resource not found
- `422` — Unprocessable entity

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
