Update the tunable configuration for a session
PATCH/api/sessions/:sessionId/config
Merges the supplied keys into the session config; omitted keys are left unchanged and an explicit null clears a key back to its default. No restart is required or performed. autoRejectCalls is re-read on every incoming call, so it applies immediately; the two reconnect settings are read once per start and therefore apply on the next start.
Request
Responses
- 200
- 400
- 404
Updated session configuration
A supplied value is outside its accepted range
Session not found