channel-folders: Order by order field in GET method.

This commit is contained in:
Shubham Padia
2025-08-06 08:42:35 +00:00
committed by Tim Abbott
parent 22b231ab6f
commit c4cb75979a
4 changed files with 31 additions and 3 deletions

View File

@@ -7,3 +7,5 @@
* [`PATCH /channel_folders`](/api/patch-channel-folders): Added a new
endpoint for reordering channel folders. It accepts an array of channel
folder IDs arranged in the order the user desires it to be in.
* [`GET /channel_folders`](/api/get-channel-folders): Channel folders will
be ordered by the `order` field instead of `id` field when being returned.