---
title: "Update Settings"
method: PUT
path: "/v0/users/me/settings"
tags: ["users"]
---

# Update Settings

`PUT /v0/users/me/settings`

## Query parameters

- `retry` integer

## Request body

- UserSettingsUpdate
  - `timezone` string, nullable
  - `gateway_latency` string, nullable
  - `receiver_latency` string, nullable
  - `show_live_data_cta` boolean, nullable
  - `download_center_intro` boolean, nullable
  - `getting_started_pinned` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions
- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
