# Update Office Click-to-Run Settings Updates Office Click-to-Run update configuration. ## Endpoint **POST** `/dcapi/patch/settings/officeClickToRun` ## Request URL `https://{serverurl}/dcapi/patch/settings/officeClickToRun` `{serverurl}`: [OAuth Authentication Endpoint Domain](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html) ### Scope `DesktopCentralCloud.PatchMgmt.CREATE` ### Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Query Parameters - **customerid**: `long` *(Optional)* ### Request Body `application/json` - `JSON Object` - **officeLanguageID**: `JSON Array` *(Optional)* - **officeProofingToolID**: `JSON Array` *(Optional)* - **autoAddNewLanguages**: `boolean` *(Optional)* - **reDownloadForNewLanguages**: `boolean` *(Optional)* - **downloadSource**: `string` *(Optional)* - **howToInstall**: `integer` *(Optional)* - **customerIds**: `JSON Array` *(Optional)* ## Sample Request ```curl curl --request POST \ --url https://appdomains/dcapi/patch/settings/officeClickToRun \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \ --header 'content-type: application/json' \ --data '{}' ``` ### Sample Request Body ```json { "officeLanguageID": [ "string" ], "officeProofingToolID": [ "string" ], "autoAddNewLanguages": true, "reDownloadForNewLanguages": true, "downloadSource": "string", "howToInstall": 0, "customerIds": [ "string" ] } ``` ## Possible Response Codes - **200**: `HTTP code` ### Sample Response: HTTP 200 ```text 200 OK ``` ## Rate Limits ![](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **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.