-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated rel notes for API v4.176.0 (#6948)
* Updated rel notes for API v4.176.0 * Fixed date
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: API v4.176.0 | ||
date: 2024-05-13 | ||
version: 4.176.0 | ||
--- | ||
|
||
### Changed | ||
|
||
Updated account availability-related endpoints, to apply new functionality and bring them from beta to GA: | ||
|
||
- **Account Availability** ([GET /account/availability](/docs/api/account/#account-availability)) | ||
- **Region Service Availability** ([GET /account/availability/{id}](/docs/api/account/#region-service-availability)) | ||
|
||
### Fixed | ||
|
||
- **Service Transfer Create** ([POST /account/service-transfers](/docs/api/account/#service-transfer-create)). Included VPC in list of services that a Linode can't use. | ||
- **VPC-related fixes**: | ||
- Corrections to `nat_1_1` objects for proper support. | ||
- Proper IP address formatting for VPC IP addresses. | ||
- **IP Addresses List** ([GET /linode/instances/{linodeId}/ips](/docs/api/networking/#ip-addresses-list)). Corrected response example to show VPC's displayed as objects in an array and added ipv4.vpc attribute to x-linode-cli-subtables. | ||
- **Domain Clone** ([POST /domains/{domainId}/clone](/docs/api/domains/#domain-clone)). Updated regex examples to proper format. | ||
- **IP Addresses List** ([GET /linode/instances/{linodeId}/ips](/docs/api/networking/#ip-addresses-list)). Replaced `requestBody` with query string. | ||
- **Object Storage Bucket Contents List** ([GET /object-storage/buckets/{clusterId}/{bucket}/object-list](/docs/api/object-storage/#object-storage-bucket-contents-list)). Fixed incorrect response sample. | ||
- **Parent/Child Account fixes** Applied pagination and missing warning message. |