Saves the remote control configuration settings including viewer type, gateway SSL/non-SSL ports, WebSocket ports, connection policies, idle session timeout, screen blanking, and performance options. Accepts a JSON body with the full settings model.
put /dcapi/tools/remoteControl/rdsSettings
https://{serverurl}/dcapi/tools/remoteControl/rdsSettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request PUT \
--url https://appdomains/dcapi/tools/remoteControl/rdsSettings \
--header 'Accept: application/remoteSettingsStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/remoteSettingsInfo.v1+json' \
--data '{}' {
"gatewayNonSSLPort": 80,
"wsSSLPort": 8383,
"viewerType": "HTML5",
"wsNonSSLPort": 8020,
"endUserDisconnect": 1,
"idleTimeout": 30,
"isIdleSessionTimeout": 1,
"isTomcatGatewayEnabled": true,
"isMultiConnEnabled": true,
"gatewaySSLPort": 443,
"useSSL": 1
}
Result of the operation: success or failure
{
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.