---
title: "Update Excel export job"
method: PATCH
path: "/dashboard/excel-exports/{id}"
tags: ["Dashboard"]
---

# Update Excel export job

`PATCH /dashboard/excel-exports/{id}`

Updates an existing Excel export job by its identifier. Currently toggles whether the user should be notified by email once the export is finished.

## Path parameters

- `id` unknown, required

## Headers

- `X-Uberall-User-Id` unknown, required

## Request body

- object
  - `sendEmail` unknown, required

## Response `200`

Export job updated successfully

---

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