跳轉到主要內容
POST
/
conversations
/
{conversationId}
/
read
將對話標記為已讀
curl --request POST \
  --url https://api.tinyinbox.app/conversations/{conversationId}/read \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.tinyinbox.co/llms.txt

Use this file to discover all available pages before exploring further.

授權

Authorization
string
header
必填

儀表板和帳號路由使用的已簽署使用者 session token。

路徑參數

conversationId
string<uuid>
必填

回應

對話已標記為已讀

ok
boolean
必填