---
title: "PATCH /api/user/{user}"
method: PATCH
path: "/api/user/{user}"
tags: ["user-controller"]
---

# PATCH /api/user/{user}

`PATCH /api/user/{user}`

## Path parameters

- `user` integer, required

## Request body

- UserDTO
  - `name` string, required
  - `dailyAssimilationCount` integer
  - `spaceIntervals` string
  - `healthRemoveEmptyFoldersDefault` boolean

## Response `200`

OK

## Changes

- **2026-07-22** `2efef999b669` — 2 info
  - added the new optional request property `healthRemoveEmptyFoldersDefault`
  - added the optional property `healthRemoveEmptyFoldersDefault` to the response with the `200` status

[Change history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/user/:user/patch.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/8bb1e2f60870/schema)
