次の方法で共有


Chat Thread - Update Chat Thread Properties

スレッドのプロパティを更新します。

PATCH {endpoint}/chat/threads/{chatThreadId}?api-version=2024-03-07

URI パラメーター

名前 / 必須 説明
chatThreadId
path True

string

更新するスレッドの ID。

endpoint
path True

string

Azure Communication リソースのエンドポイント。

api-version
query True

string

呼び出す API のバージョン。

要求ヘッダー

Media Types: "application/merge-patch+json"

名前 必須 説明
Authorization True

string

ACS (Azure Communication Services) ユーザー アクセス トークン。

要求本文

Media Types: "application/merge-patch+json"

名前 説明
topic

string

チャット スレッドのトピック。

応答

名前 説明
204 No Content

スレッドが正常に更新されました。

401 Unauthorized

CommunicationErrorResponse

不正。

403 Forbidden

CommunicationErrorResponse

禁じられた。

429 Too Many Requests

CommunicationErrorResponse

要求が多すぎます。

Other Status Codes

CommunicationErrorResponse

サービスは使用できません。

セキュリティ

Authorization

ACS (Azure Communication Services) ユーザー アクセス トークン。

型: apiKey
/: header

Update chat thread topic

要求のサンプル

PATCH https://contoso.westus.communications.azure.com/chat/threads/19:uni01_zbnh3nt2dfuffezc3sox7dog7wfhk6y5qe2rwlnfhlhdzirihdpq@thread.v2?api-version=2024-03-07

{
  "topic": "Updated Thread Topic"
}

応答のサンプル

{
  "error": {
    "code": "Unauthorized",
    "message": "Request is not authorized."
  }
}
{
  "error": {
    "code": "Forbidden",
    "message": "User is not allowed to perform specified action."
  }
}
{
  "error": {
    "code": "TooManyRequests",
    "message": "Rate limit exceeded."
  }
}
{
  "error": {
    "code": "ServiceUnavailable",
    "message": "The server is currently unable to handle the request."
  }
}

定義

UpdateChatThreadRequest

チャット スレッドを更新するための要求ペイロード。

名前 説明
topic

string

チャット スレッドのトピック。