Partager via


Chat Thread - Update Chat Thread Properties

Met à jour les propriétés d’un thread.

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

Paramètres URI

Nom Dans Obligatoire Type Description
chatThreadId
path True

string

ID du thread à mettre à jour.

endpoint
path True

string

Point de terminaison de la ressource Azure Communication.

api-version
query True

string

Version de l’API à appeler.

En-tête de la demande

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

Nom Obligatoire Type Description
Authorization True

string

Jeton d’accès utilisateur ACS (Azure Communication Services).

Corps de la demande

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

Nom Type Description
topic

string

Rubrique sur les threads de conversation.

Réponses

Nom Type Description
204 No Content

Le thread a été correctement mis à jour.

401 Unauthorized

CommunicationErrorResponse

Non autorisée.

403 Forbidden

CommunicationErrorResponse

Interdit.

429 Too Many Requests

CommunicationErrorResponse

Trop de demandes.

Other Status Codes

CommunicationErrorResponse

Service indisponible.

Sécurité

Authorization

Jeton d’accès utilisateur ACS (Azure Communication Services).

Type: apiKey
Dans: header

Exemples

Update chat thread topic

Exemple de requête

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

{
  "topic": "Updated Thread Topic"
}

Exemple de réponse

{
  "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."
  }
}

Définitions

UpdateChatThreadRequest

Demander une charge utile pour la mise à jour d’un thread de conversation.

Nom Type Description
topic

string

Rubrique sur les threads de conversation.