# Update current report

## Update current report

<mark style="color:blue;">`GET`</mark> `/analytics/report/update`

Update current report

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
content:
            application/json:
              schema:
                "$ref": "#/components/schemas/ReportDTO"
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
content:
            application/json:
              schema:
                "$ref": "#/components/schemas/InternalServerErrorDTO"
```

{% endtab %}
{% endtabs %}
