Chat Thread - Update Chat Thread Properties
Aktualisiert die Eigenschaften eines Threads.
PATCH {endpoint}/chat/threads/{chatThreadId}?api-version=2024-03-07
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
chat
|
path | True |
string |
Die ID des zu aktualisierenden Threads. |
endpoint
|
path | True |
string |
Der Endpunkt der Azure Communication-Ressource. |
api-version
|
query | True |
string |
Version der API, die aufgerufen werden soll. |
Anforderungsheader
Media Types: "application/merge-patch+json"
Name | Erforderlich | Typ | Beschreibung |
---|---|---|---|
Authorization | True |
string |
Ein ACS(Azure Communication Services)-Benutzerzugriffstoken. |
Anforderungstext
Media Types: "application/merge-patch+json"
Name | Typ | Beschreibung |
---|---|---|
topic |
string |
Thema "Chatthread". |
Antworten
Name | Typ | Beschreibung |
---|---|---|
204 No Content |
Thread wurde erfolgreich aktualisiert. |
|
401 Unauthorized |
Communication |
Unbefugt. |
403 Forbidden |
Communication |
Verboten. |
429 Too Many Requests |
Communication |
Zu viele Anforderungen. |
Other Status Codes |
Communication |
Der Dienst ist nicht verfügbar. |
Sicherheit
Authorization
Ein ACS(Azure Communication Services)-Benutzerzugriffstoken.
Typ:
apiKey
In:
header
Beispiele
Update chat thread topic
Beispielanforderung
PATCH https://contoso.westus.communications.azure.com/chat/threads/19:uni01_zbnh3nt2dfuffezc3sox7dog7wfhk6y5qe2rwlnfhlhdzirihdpq@thread.v2?api-version=2024-03-07
{
"topic": "Updated Thread Topic"
}
Beispiel für eine Antwort
{
"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."
}
}
Definitionen
UpdateChatThreadRequest
Fordern Sie nutzlast zum Aktualisieren eines Chatthreads an.
Name | Typ | Beschreibung |
---|---|---|
topic |
string |
Thema "Chatthread". |