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.
<Info>Scopes required: `write:chat`, `read:creator`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
creatorUserUuid
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)
isMuted
Whether the chat should be muted (true) or unmuted (false)
nickname
Custom nickname for the chat counterpart (max 30 characters)
Response
Chat updated successfully
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error