latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Update a creator's chat with a user

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.

patch/creators/{creatorUserUuid}/chats/{userUuid}

Path parameters

creatorUserUuidstring uuid required
userUuidstring uuid required

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Request body

isReadboolean

Whether the chat should be marked as read (true) or unread (false)

isMutedboolean

Whether the chat should be muted (true) or unmuted (false)

nicknamestring

Custom nickname for the chat counterpart (max 30 characters)

Response

Chat updated successfully