Pin or Unpin a conversation
PATCH/api/v2/conversation/pin-conversation
Pins or unpins a conversation to the top of the list.
Scenarios:
- Pin: Set
pin=true. The conversation will be pinned. - Unpin: Set
pin=false. The conversation will be unpinned.
Request
Responses
- 200
Pin status updated successfully.