Passer au contenu principal
POST
/
call
/
update
Mettre à jour l’appel
curl --request POST \
  --url https://api.example.com/call/update \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "call_id": "<string>",
  "display_name": "<string>",
  "wb_user_id": "<string>"
}
'
{}

Autorisations

Authorization
string
header
requis

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Corps

application/json
project_id
string
requis
call_id
string
requis
display_name
string | null
wb_user_id
string | null

Ne pas définir directement. Le serveur renseignera automatiquement ce champ.

Réponse

Réponse réussie

The response is of type CallUpdateRes · object.