Skip to content

Commit

Permalink
Merge pull request #677 from softlayer/20240627
Browse files Browse the repository at this point in the history
20240627
  • Loading branch information
allmightyspiff authored Jun 27, 2024
2 parents 9f15182 + 8b7970e commit c6b62df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ mainService : "SoftLayer_Product_Upgrade_Request"

### [REST Example](#updateMaintenanceWindow-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#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'
```
11 changes: 11 additions & 0 deletions content/release_notes/2024/20240627.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion data/sldn_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -189474,7 +189474,7 @@
"parameters": [
{
"name": "maintenanceStartTime",
"type": "dateTime",
"type": "string",
"doc": "A maintenance window starting time in ISO 8601 format."
},
{
Expand Down

0 comments on commit c6b62df

Please sign in to comment.