Referência/Calls/updateScheduledCall
Calls

Atualiza chamada agendada

Atualiza chamada agendada

Pro
PATCHhttp://localhost:8084/call/{instanceName}/schedules/{scheduleId}

Autenticação

InstanceBearerobrigatório

JWT HS256 da própria instância.

Header
Authorization
Exemplo
Bearer <INSTANCE_TOKEN>

Parâmetros

instanceNamepathobrigatório
string

Nome publico da instancia

minLength 1
scheduleIdpathobrigatório
string<uuid>

Sem descrição adicional.

Respostas

application/json
501

The current call provider does not support this feature.

response 501object
statusintegerobrigatório
errorstringobrigatório
messagestringobrigatório
Exemplo 501gerado do schema
{
"status": 501,
"error": "call_feature_not_supported",
"message": "The current call provider does not support this feature."
}