Dismiss one thread's indicator
Clear the unread indicator for one thread - call it when the reader opens the thread. If no other thread has an unseen update, the account-level indicator clears too. Idempotent.
Body·
required
application/json
- Type: string Format: uuidthread
_id requiredThe thread's root question id.
- Type: stringuser
_id required
Responses
- application/json
- application/json
- application/json
- 500
Miso could not read or write the history store. Retry, and keep what you have on screen — this is no longer reported as an empty list.
Request Example for post/v1/ask/user_history/thread/updates/dismiss_thread
curl 'https://api.askmiso.com/v1/ask/user_history/thread/updates/dismiss_thread?api_key=YOUR_SECRET_TOKEN' \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"user_id": "alice",
"thread_id": "0e1f2a3b-4c5d-6e7f-8a9b-0c1d2e3f4a5b"
}'
{
"message": "success"
}