---
title: "Update a creator's chat with a user"
method: PATCH
path: "/creators/{creatorUserUuid}/chats/{userUuid}"
---

# Update a creator's chat with a user

`PATCH /creators/{creatorUserUuid}/chats/{userUuid}`

Update properties of a chat conversation between the specified creator and user (e.g. mark as read, mute, nickname). Used by agency mirror clients to mark conversations as read on behalf of the creator.

## Path parameters

- `creatorUserUuid` string, uuid, required
- `userUuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `isRead` boolean — Whether the chat should be marked as read (true) or unread (false)
  - `isMuted` boolean — Whether the chat should be muted (true) or unmuted (false)
  - `nickname` string — Custom nickname for the chat counterpart (max 30 characters)

## Response `204`

Chat updated successfully

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — No conversation found with the given user
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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