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/4-79-0-2020-11-3.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ changelog:
7
7
---
8
8
### Added
9
9
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 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.
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.
11
+
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.
11
13
12
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.
13
15
@@ -23,5 +25,6 @@ changelog:
23
25
24
26
### Fixed
25
27
26
-
- Error messages for Firewalls 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](/docs/api/networking/#firewall-device-create)`label` and `id`.
27
29
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.
0 commit comments