Skip to content

Commit 8b7970e

Browse files
20240627 release notes
1 parent 9f15182 commit 8b7970e

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

content/reference/services/SoftLayer_Product_Upgrade_Request/updateMaintenanceWindow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

data/sldn_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)