File tree Expand file tree Collapse file tree
reference/services/SoftLayer_Product_Upgrade_Request Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ mainService : "SoftLayer_Product_Upgrade_Request"
1515
1616### [ REST Example] ( #updateMaintenanceWindow-example ) <a href =" /article/rest/ " ><i class =" fas fa-question " ></i ></a > {#updateMaintenanceWindow-example .anchor-link}
1717``` bash
18- curl -g -u $SL_USER :$SL_APIKEY -X POST -d ' {"parameters": [dateTime , int]}' \
18+ curl -g -u $SL_USER :$SL_APIKEY -X POST -d ' {"parameters": [string , int]}' \
1919' https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Upgrade_Request/{SoftLayer_Product_Upgrade_RequestID}/updateMaintenanceWindow'
2020```
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Release notes: June 27, 2024"
3+ date : " 2024-06-27"
4+ tags :
5+ - " release notes"
6+ ---
7+
8+ #### API
9+
10+ - Fix issue preventing virtual dedicated host ordering.. Fix dedicated host hostname validation SALES-14414
11+ - Adding isNfsCapable check on reloadOperatingSystem(). Add check in OS reload for new NFS only orm key METAL-6145
Original file line number Diff line number Diff line change @@ -189474,7 +189474,7 @@
189474189474 "parameters": [
189475189475 {
189476189476 "name": "maintenanceStartTime",
189477- "type": "dateTime ",
189477+ "type": "string ",
189478189478 "doc": "A maintenance window starting time in ISO 8601 format."
189479189479 },
189480189480 {
You can’t perform that action at this time.
0 commit comments