From 8b7970e43772b15554b91481c0c8c056fa43988c Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Thu, 27 Jun 2024 15:45:09 -0500 Subject: [PATCH] 20240627 release notes --- .../updateMaintenanceWindow.md | 2 +- content/release_notes/2024/20240627.md | 11 +++++++++++ data/sldn_metadata.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 content/release_notes/2024/20240627.md diff --git a/content/reference/services/SoftLayer_Product_Upgrade_Request/updateMaintenanceWindow.md b/content/reference/services/SoftLayer_Product_Upgrade_Request/updateMaintenanceWindow.md index 91c9cb8503..f50af0bfb8 100644 --- a/content/reference/services/SoftLayer_Product_Upgrade_Request/updateMaintenanceWindow.md +++ b/content/reference/services/SoftLayer_Product_Upgrade_Request/updateMaintenanceWindow.md @@ -15,6 +15,6 @@ mainService : "SoftLayer_Product_Upgrade_Request" ### [REST Example](#updateMaintenanceWindow-example) {#updateMaintenanceWindow-example .anchor-link} ```bash -curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, int]}' \ +curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, int]}' \ 'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Upgrade_Request/{SoftLayer_Product_Upgrade_RequestID}/updateMaintenanceWindow' ``` diff --git a/content/release_notes/2024/20240627.md b/content/release_notes/2024/20240627.md new file mode 100644 index 0000000000..d64b3113f0 --- /dev/null +++ b/content/release_notes/2024/20240627.md @@ -0,0 +1,11 @@ +--- +title: "Release notes: June 27, 2024" +date: "2024-06-27" +tags: + - "release notes" +--- + +#### API + +- Fix issue preventing virtual dedicated host ordering.. Fix dedicated host hostname validation SALES-14414 +- Adding isNfsCapable check on reloadOperatingSystem(). Add check in OS reload for new NFS only orm key METAL-6145 diff --git a/data/sldn_metadata.json b/data/sldn_metadata.json index 005d240ecc..d970feb519 100644 --- a/data/sldn_metadata.json +++ b/data/sldn_metadata.json @@ -189474,7 +189474,7 @@ "parameters": [ { "name": "maintenanceStartTime", - "type": "dateTime", + "type": "string", "doc": "A maintenance window starting time in ISO 8601 format." }, {