跳轉到主要內容
PATCH
/
conversations
/
{conversationId}
更新對話狀態
curl --request PATCH \
  --url https://api.tinyinbox.app/conversations/{conversationId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "open"
}
'
{
  "conversation": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "open"
  }
}

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>
必填

主體

application/json
status
enum<string>
必填
可用選項:
open,
closed

回應

已更新的狀態

conversation
object
必填