Skip to content

Commit 95cc428

Browse files
small copy edit
1 parent f8f2f67 commit 95cc428

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/4-4-1-2019-09-23.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ changelog:
1616

1717
- How many Linodes are in the queue ahead of your Linode. The Linode's position is dynamically generated, so if the notification is retrieved at an interval, it is always up-to-date.
1818

19-
- The List Object Storage Bucket Contents endpoint ([GET /object-storage/buckets/{clusterId}/{bucket}/object-list] (https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket-object-list)) now returns two new parameters:
20-
- `is_truncated`, a boolean which is true if there is another page of objects and
21-
- `next_marker`, a string value to pass to `marker` to get the next page of objects.
19+
- The convenience endpoint List Object Storage Bucket Contents ([GET /object-storage/buckets/{clusterId}/{bucket}/object-list] (https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket-object-list)) now returns two new parameters to help with pagination:
20+
- `is_truncated`, a boolean which is true if there is another page of objects and
21+
- `next_marker`, a string value to pass to the `marker` query parameter to get the next page of objects.
2222

2323
### Fixed
2424

0 commit comments

Comments
 (0)