Update chat properties
Update properties of a chat conversation with a user, such as read status or nickname.
<Info>Scope required: `write:chat`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
userUuid
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
isRead
Whether the chat should be marked as read (true) or unread (false)
nickname
Custom nickname for the chat counterpart (max 30 characters)
Response
Chat updated successfully