Skip to main content
PUT
/
dialer
/
auto
/
{sessionId}
Update Auto Dialer Session
curl --request PUT \
  --url https://api.sternrockcapital.com/dialer/auto/{sessionId} \
  --header 'Content-Type: application/json' \
  --data '{
  "callsPerTurn": 1
}'
This response does not have an example.

Path Parameters

sessionId
string
required

UUID of the auto-dialer session

Body

application/json

Session update options

callsPerTurn
integer
default:1

Response

auto-dialer session updated successfully