Skip to content

Commit b62ea00

Browse files
authored
Merge pull request linode#306 from hzoppetti/hotfix-api-4.80.0-v1.1.47
Hotfix API changelogs 4.80.0 + 4.79.0
2 parents 390dc64 + ea455f8 commit b62ea00

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/content/changelog/4-79-0-2020-11-3.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ changelog:
77
---
88
### Added
99

10-
- Added the [Object Storage Object ACL View](/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
10+
- Added the [Object Storage Object ACL View](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
1111

12-
- Added the [Object Storage Object ACL Update](/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
12+
- Added the [Object Storage Object ACL Update](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
1313

14-
- Added the [Object Storage Bucket Access Update](/docs/api/object-storage/#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.
14+
- Added the [Object Storage Bucket Access Update](http://www.linode.com/docs/api/object-storage/#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.
1515

16-
- Added the [Object Storage Transfer View](/docs/api/object-storage/#object-storage-object-acl-config-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](/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
16+
- Added the [Object Storage Transfer View](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-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](http://www.linode.com/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
1717

1818
- Added the `objects` field to the following Object Storage endpoints:
1919

20-
- [Object Storage Buckets List](/docs/api/object-storage/#object-storage-buckets-list) (GET /object-storage/buckets)
21-
- [Object Storage Buckets in Cluster List](/docs/api/object-storage/#object-storage-buckets-in-cluster-list) (GET /object-storage/buckets/{clusterId})
22-
- [Object Storage Bucket View](/docs/api/object-storage/#object-storage-bucket-view) (GET /object-storage/buckets/{clusterId}/{bucket})
20+
- [Object Storage Buckets List](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-list) (GET /object-storage/buckets)
21+
- [Object Storage Buckets in Cluster List](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-in-cluster-list) (GET /object-storage/buckets/{clusterId})
22+
- [Object Storage Bucket View](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-view) (GET /object-storage/buckets/{clusterId}/{bucket})
2323

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

2626
### Fixed
2727

28-
- Error messages for Firewall endpoints have been improved. When applicable, they now return a [Firewall Device's](/docs/api/networking/#firewall-device-create) `label` and `id`.
28+
- Error messages for Firewall endpoints have been improved. When applicable, they now return a [Firewall Device's](http://www.linode.com/docs/api/networking/#firewall-device-create) `label` and `id`.
2929

30-
- Fixed the [Ticket Attachment Create](/docs/api/support/#ticket-attachment-create) (POST /support/tickets/{ticketId}/attachments) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.
30+
- Fixed the [Ticket Attachment Create](http://www.linode.com/docs/api/support/#ticket-attachment-create) (POST /support/tickets/{ticketId}/attachments) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.

src/content/changelog/4-80-0-2020-11-16.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ changelog:
1010

1111
- 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:
1212

13-
- [Domain Record Create](/docs/api/domains/#domain-record-create) (POST /domains/{domainId}/records)
14-
- [Domain Record Update](/docs/api/domains/#domain-record-update) (PUT /domains/{domainId}/records/{recordId})
13+
- [Domain Record Create](http://www.linode.com/docs/api/domains/#domain-record-create) (POST /domains/{domainId}/records)
14+
- [Domain Record Update](http://www.linode.com/docs/api/domains/#domain-record-update) (PUT /domains/{domainId}/records/{recordId})

0 commit comments

Comments
 (0)