You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/05-20-api.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,25 @@ version: 4.0.23
10
10
### Added
11
11
12
12
- View a Linode's network transfer pool statistics for the current month.
13
-
- GET [/linode/instances/{linodeId}/transfer](https://developers.linode.com/api/docs/v4#operation/getLinodeTransfer) returns a collection with properties *used*, *quota*, and *billable*.
14
-
- Added new actions *linode\_resize\_create*, *linode\_mutate\_create*, and *lish\_boot* to List (GET [/account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View (GET [/account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)) Events.
15
-
- Added *allow\_auto\_disk\_resize* flag to Resize Linode endpoint (POST [/linode/instances/{linodeId}/resize](https://developers.linode.com/api/docs/v4#operation/resizeLinodeInstance)).
13
+
- GET [/linode/instances/{linodeId}/transfer](https://developers.linode.com/api/v4/linode-instances-linode-id-transfer) returns a collection with properties *used*, *quota*, and *billable*.
14
+
- Added new actions *linode\_resize\_create*, *linode\_mutate\_create*, and *lish\_boot* to List (GET [/account/events](https://developers.linode.com/api/v4/account-events)) and View (GET [/account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)) Events.
15
+
- Added *allow\_auto\_disk\_resize* flag to Resize Linode endpoint (POST [/linode/instances/{linodeId}/resize](https://developers.linode.com/api/v4/linode-instances-linode-id-resize/#post)).
16
16
17
17
### Changed
18
18
19
-
- Changed validation criteria when updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/docs/v4#operation/updateLinodeConfig)) the *devices* property for a Linode's configuration profile.
19
+
- Changed validation criteria when updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/v4/linode-instances-linode-id-configs-config-id/#put)) the *devices* property for a Linode's configuration profile.
20
20
21
21
- An empty *devices* object or a *devices* object with empty values for *device* slots is allowed on PUT only if an empty device map already exits. An error will result if a non-empty device map exists for the Linode's configuration profile.
22
22
- If no devices are specified, booting from this configuration will hold waiting for a device to exist before being able to boot.
23
23
- Previous validation produced an error in all cases when an empty *device* object or a devices object with empty values for device slots was passed on PUT.
24
-
- Changed validation criteria and behavior when creating (POST [/linode/instances/{linodeId}/configs](https://developers.linode.com/api/docs/v4#operation/addLinodeConfig)) and updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/docs/v4#operation/updateLinodeConfig))the *root\_device* property for a Linode's configuration profile.
24
+
- Changed validation criteria and behavior when creating (POST [/linode/instances/{linodeId}/configs](https://developers.linode.com/api/v4/linode-instances-linode-id-configs)) and updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/v4/linode-instances-linode-id-configs-config-id/#put))the *root\_device* property for a Linode's configuration profile.
25
25
- If no value or an invalid value is provided, *root\_device* will default to */dev/sda*.
26
26
- Previous validation for PUT errored when no value was provided for *root\_device* and an empty device map existed for the Linode's configuration profile.
27
27
- If the device specified at the root device location is not mounted, the Linode will not boot until a device is mounted.
28
28
29
29
### Fixed
30
30
31
31
-*page* query string parameter no longer errors on large page number values. If the value of *page* exceeds *2^64/page\_size*, the last possible page will be returned.
32
-
-*swap\_size* property no longer enforces a max limit when creating a Linode (POST [/linode/instances](https://developers.linode.com/api/docs/v4#operation/createLinodeInstance)).
33
-
-*account:read\_only* scope is now enforced when listing Account notifications (GET [/account/notifications](https://developers.linode.com/api/docs/v4#operation/getNotifications)).
34
-
- Fix pagination metadata when listing Volumes (GET [/volumes](https://developers.linode.com/api/docs/v4#operation/getVolumes)) for accounts that have 100+ Volumes.
32
+
-*swap\_size* property no longer enforces a max limit when creating a Linode (POST [/linode/instances](https://developers.linode.com/api/v4/linode-instances/#post)).
33
+
-*account:read\_only* scope is now enforced when listing Account notifications (GET [/account/notifications](https://developers.linode.com/api/v4/account-notifications)).
34
+
- Fix pagination metadata when listing Volumes (GET [/volumes](https://developers.linode.com/api/v4/volumes)) for accounts that have 100+ Volumes.
Copy file name to clipboardExpand all lines: src/content/changelog/06-03-api.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ version: 4.0.24
9
9
10
10
### Added
11
11
- Updated CPU alert threshold maximum to support plans with 48 cores.
12
-
- Added *allow\_auto\_disk\_resize* parameter to Resize Linode endpoint ([POST /linode/instances/{linodeId}/resize](https://developers.linode.com/api/docs/v4#operation/resizeLinodeInstance)).
12
+
- Added *allow\_auto\_disk\_resize* parameter to Resize Linode endpoint ([POST /linode/instances/{linodeId}/resize](https://developers.linode.com/api/v4/linode-instances-linode-id-resize/#post)).
13
13
14
14
### Fixed
15
-
- Added A-Z to the regular expression match for NodeBalancer Node label validation ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/](https://developers.linode.com/api/docs/v4#operation/createNodeBalancerNode)).
16
-
- The [DELETE /linode/instances/{linodeId}/disks/{diskId}](https://developers.linode.com/api/docs/v4#operation/deleteDisk) endpoint will no longer attempt to delete missing or already deleted disks.
17
-
- Fixed validation of internationalized domain names ([POST /domains](https://developers.linode.com/api/docs/v4#operation/createDomain)).
15
+
- Added A-Z to the regular expression match for NodeBalancer Node label validation ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes)).
16
+
- The [DELETE /linode/instances/{linodeId}/disks/{diskId}](https://developers.linode.com/api/v4/linode-instances-linode-id-disks-disk-id/#delete) endpoint will no longer attempt to delete missing or already deleted disks.
17
+
- Fixed validation of internationalized domain names ([POST /domains](https://developers.linode.com/api/v4/domains/#post)).
Copy file name to clipboardExpand all lines: src/content/changelog/06-17-api.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ version: 4.1.0
10
10
### Added
11
11
12
12
- Added two new endpoints for User Preferences. These endpoints allow for the storage and retrieval of arbitrary JSON data that can be used to store user preferences.
13
-
-[GET /profile/preferences](https://developers.linode.com/api/docs/v4#operation/getUserPreferences) displays user preferences.
14
-
-[PUT /profile/preferences](https://developers.linode.com/api/docs/v4#operation/updateUserPreferences) updates or changes preferences.
15
-
- Added *profile\_update* action to List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)).
16
-
- Added *region* parameter to [POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/docs/v4#operation/migrateLinodeInstance) endpoint. This parameter will allow cross data center migrations.
17
-
- Reserved IPs are available from the [GET /linode/instances/{linodeId}/ips endpoint.](https://developers.linode.com/api/docs/v4#operation/getLinodeIPs)
13
+
-[GET /profile/preferences](https://developers.linode.com/api/v4/profile-preferences) displays user preferences.
14
+
-[PUT /profile/preferences](https://developers.linode.com/api/v4/profile-preferences/#put) updates or changes preferences.
15
+
- Added *profile\_update* action to List Events endpoint ([GET /account/events](https://developers.linode.com/api/v4/account-events)).
16
+
- Added *region* parameter to [POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post) endpoint. This parameter will allow cross data center migrations.
17
+
- Reserved IPs are available from the [GET /linode/instances/{linodeId}/ips endpoint.](https://developers.linode.com/api/v4/linode-instances-linode-id-ips)
18
18
19
19
### Fixed
20
20
21
21
- Fixed failing validation for Internationalized Domain Names (IDN).
22
-
- When using the the View Linode endpoint ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4#operation/getLinodeInstance)) Linodes that have not been assigned an IPv6 address will have their JSON correctly display *null*.
22
+
- When using the the View Linode endpoint ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/v4/linode-instances-linode-id)) Linodes that have not been assigned an IPv6 address will have their JSON correctly display *null*.
Copy file name to clipboardExpand all lines: src/content/changelog/06-25-api.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ version: 4.2.0
10
10
### Added
11
11
12
12
- Added Object Storage beta endpoints for the Early Access Program. **Note**: these endpoints are prepended with **/v4beta** instead of the traditional /v4.
13
-
- List Clusters ([GET /object-storage/clusters](https://developers.linode.com/api/v4/#operation/getObjectStorageClusters))
- Update an Object Storage Key ([PUT /object-storage/keys/{keyId}](https://developers.linode.com/api/v4/object-storage-keys-key-id/#put))
19
+
- Revoke an Object Storage Key ([DELETE /object-storage/keys/{keyId}](https://developers.linode.com/api/v4/object-storage-keys-key-id/#delete))
20
20
- Added the GPU class to the Linode Types endpoints, as well as a new *gpus* parameter that describes the number of GPUs available to the selected Linode type:
Copy file name to clipboardExpand all lines: src/content/changelog/07-01-api.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ version: 4.2.2
9
9
10
10
### Added
11
11
12
-
- Added NodeBalancer Node event actions to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)).
13
-
-*nodebalancer\_node\_create* - This event will be issued when making requests to the [POST /nodebalancers/{nodebBalancerId}/configs/{configId}/nodes](https://developers.linode.com/api/docs/v4#operation/createNodeBalancerNode) endpoint.
14
-
-*nodebalancer\_node\_delete* - This event will be issued when making requests to the [DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}](https://developers.linode.com/api/docs/v4#operation/deleteNodeBalancerConfigNode) endpoint.
15
-
-*nodebalancer\_node\_update* - This event will be issued when making requests to the [PUT /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}](https://developers.linode.com/api/docs/v4#operation/updateNodeBalancerNode) endpoint.
16
-
- Added the IP address update event action to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)).
17
-
-*ipaddress\_update* - This event will be issued when making requests to the [PUT /networking/ips/{address}](https://developers.linode.com/api/docs/v4#operation/updateIP) and [PUT /linode/instances/{linodeId}/ips/{address}](https://developers.linode.com/api/docs/v4#operation/updateLinodeIP) endpoints.
12
+
- Added NodeBalancer Node event actions to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/v4/account-events)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)).
13
+
-*nodebalancer\_node\_create* - This event will be issued when making requests to the [POST /nodebalancers/{nodebBalancerId}/configs/{configId}/nodes](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes) endpoint.
14
+
-*nodebalancer\_node\_delete* - This event will be issued when making requests to the [DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes-node-id/#delete) endpoint.
15
+
-*nodebalancer\_node\_update* - This event will be issued when making requests to the [PUT /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes-node-id/#put) endpoint.
16
+
- Added the IP address update event action to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/v4/account-events)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)).
17
+
-*ipaddress\_update* - This event will be issued when making requests to the [PUT /networking/ips/{address}](https://developers.linode.com/api/v4/networking-ips-address) and [PUT /linode/instances/{linodeId}/ips/{address}](https://developers.linode.com/api/v4/linode-instances-linode-id-ips-address/#put) endpoints.
0 commit comments