# Update Office Click-to-Run Settings Updates Office Click-to-Run update configuration. ## Endpoints **POST** `/dcapi/patch/settings/officeClickToRun` ## Request URL `https://{server-hostname}:8383/dcapi/patch/settings/officeClickToRun` ## Scope `PatchMgmt.CREATE` ## Header `Authorization: d92d4xxxxxxxxxxxxx15f52` ## 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://appdomain/dcapi/patch/settings/officeClickToRun \ --header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \ --header 'content-type: application/json' \ --data '{"officeLanguageID":["string"],"officeProofingToolID":["string"],"autoAddNewLanguages":true,"reDownloadForNewLanguages":true,"downloadSource":"string","howToInstall":0,"customerIds":["string"]}' ``` ## 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 ```http 200 OK ``` ## API 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.