# Update Excel export job

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

Endpoint: PATCH /dashboard/excel-exports/{id}
Version: 20260701

## Path parameters:

  - `id` (any, required)

## Header parameters:

  - `X-Uberall-User-Id` (any, required)

## Request fields (application/json):

  - `sendEmail` (any, required)

## Response 200 fields (*/*):

  - `status` (any, required)
    Response status
    Example: SUCCESS

  - `response` (any, required)
    Response payload

