From b555361ba3439b1d02622c6cecb7769c8e43b292 Mon Sep 17 00:00:00 2001 From: bszwarc Date: Fri, 30 Jun 2023 08:53:05 +0000 Subject: [PATCH] Update en-staging to output generated at eea3985 --- 2023-06-30-folder-items-api-update.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2023-06-30-folder-items-api-update.md b/2023-06-30-folder-items-api-update.md index 3dee6ee0..c30a5408 100644 --- a/2023-06-30-folder-items-api-update.md +++ b/2023-06-30-folder-items-api-update.md @@ -27,7 +27,8 @@ published_at: '2023-06-30' Box Folder API allows you to [retrieve the items in the folder][1] and [sort][2] this list based on the sort parameter. We have improved way items are sorted for shared folders with the path to the associated folder visible to the collaborators. -Currently, the items for such folders are always sorted by their `type` first, with folders listed before files, and files listed before web links. +Earlier, the items for such folders were sorted by `id` regardless of the sort parameter value. +Currently, they are sorted based on the sort parameter. ## New place to get support