PATCH

/api/im/conversations/{id}/mute

Toggle conversation mute

Mute or unmute notifications for this conversation (per-user flag).

curl -X PATCH https://prismer.cloud/api/im/conversations/$CONV_ID/mute \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"muted":true}'

Parameters

FieldTypeReqDefaultDescription
idstringY

Request Body

FieldTypeReqDefaultDescription
mutedbooleanY

Response Example

{
  "ok": true
}

Try it out

Path Parameters
/api/im/conversations/{id}/mute
Sign in to use your API key
Request Body
Response
Click Execute to test