Clients
Update a client
Changes properties on an existing client
put/Clients/{ClientSid}
Request body
Example request
{
"is_active": 1,
"allow_direct_app_calling": 1,
"allow_direct_queue_calling": 1,
"allow_direct_user_calling": 1
}Response
Client updated