Skip to content

Releases: linode/linode-api-docs

v4.84.0

15 Feb 18:38
Compare
Choose a tag to compare

Added

Changed

  • The request body schema for the Domain Record Create (POST /domains/{domainId}/records) endpoint has been updated to include details regarding the different functions of the name and target properties for all record types. Previously, only minor details for the A and AAAA record types were provided.

  • The request body schema for the Firewalls Create (POST /networking/firewalls) beta endpoint has been updated to specify that the label property is now required and must be unique.

Fixed

  • The shell request sample for the Volume Attach (POST /volumes/{volumeId}/attach) endpoint erroneously stated a PUT request. It has been corrected to state a POST request.

v4.83.2

29 Jan 21:44
Compare
Choose a tag to compare

Changed

  • The limit of Firewalls per Linode service has been increased from 3 to 5. Descriptions for Firewall (/networking) beta endpoints were updated to reflect this increase.

  • The description for the User Create (POST /account/users) endpoint has been updated to include details for the email confirmation that is sent to newly-created Users.

  • The description for the Kubernetes Cluster Recycle (POST /lke/clusters/{clusterId}/recycle) endpoint has been updated to include more descriptive language regarding recycling all Nodes within an LKE Cluster.

Fixed

  • Descriptions for Object Storage (/object-storage) endpoints contained broken links to S3 API documentation. These links have been fixed.

v4.83.1

13 Jan 16:19
Compare
Choose a tag to compare

Fixed

  • Corrected typos found in the API Specification.

v4.83.0

13 Jan 15:44
Compare
Choose a tag to compare

Added

Updated

  • The LKE Kubernetes Cluster Update (PUT /lke/clusters/{clusterId}) endpoint now includes the k8s_version property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.

v4.82.0

15 Dec 21:35
Compare
Choose a tag to compare

Fixed

  • A bug was fixed to reject leading zeroes on ports set in Firewalls inbound and outbound rules. The following endpoints have been updated to reflect this new exclusion:

  • The Object Storage Object ACL Config Update (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object name as a query parameter. This was corrected to specify the object name in the request body.

  • The following endpoints were corrected to include page, pages, and results in their response objects:

v4.81.0

03 Dec 20:45
Compare
Choose a tag to compare

Fixed

  • A bug was fixed to allow preservation of URL parameters for service monitor addresses set at the following endpoints:

  • OAuth Reference has been updated to include Firewall, Maintenance, and Object Storage security scopes.

  • The x-linode-grant for the Event Mark as Seen (POST /account/events/{eventId}/seen) endpoint has been corrected to read_only. Previously, it was stated as read_write.

  • The OAuth scope for the Firewalls List (GET /networking/firewalls) endpoint has been correct to firewall:read_only. Previously, it was stated as firewalls:read_only.

4.81.0: [Update] Managed Service Create/Update address examples (#364)

03 Dec 20:50
0e67874
Compare
Choose a tag to compare
* Add URL examples to POST /managed/services

* Add spacing

v4.80.0

16 Nov 19:49
Compare
Choose a tag to compare

Changed

  • CNAME records now allow for a trailing period (.) on target entries. Previously, a CNAME record ending in a period (.) would result in an error. The endpoints affected by this change are:

v4.79.0

04 Nov 22:04
23023d9
Compare
Choose a tag to compare

Added

  • Added the Object Storage Object ACL View (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object Storage bucket's currently configured Access Control List (ACL). ACLs define who can access your buckets and objects and specify the level of access granted to those users.

  • Added the Object Storage Bucket Access Update (PUT /object-storage/buckets/{clusterId}/{bucket}/access) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.

  • Added the Object Storage Transfer View (GET /object-storage/transfer) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the Object Storage Pricing and Limitations guide for details on Object Storage transfer quotas.

  • Added the objects field to the following Object Storage endpoints:

    The object field returns the number of objects stored in a bucket.

Fixed

  • Error messages for Firewalls endpoints have been improved. When applicable, they now return a Firewall Device's label and id.

v4.78.3

21 Oct 15:51
Compare
Choose a tag to compare

Changed