Can we edit the collection order via the API?

Hello

I’m on the latest release of Plex
And I’m trying to edit the order of the collections on the home page via a script

So can we reorder this via the API ? By contacting the local server ?

Thank you

I’ve found the hubs entry in the API, but I don’t see anything about the order

curl -H “X-Plex-Token: xxxxxxxxxxxxxx” \
-H “Accept: application/json” http://192.168.0.241:32400/hubs/promoted \
| jq

Move Hub

https://developer.plex.tv/pms/#tag/Hubs/operation/hubsSectionsSectionManagePostSlash

Thank you

I will have a look at this

Oh and there’s a typo in the docs.

See this post.

Thank you, I notice it at this exact moment

Hey Simon, I built my own app for this purpose and you’re welcome to use it or borrow whatever you find useful for your own purposes. It lets you schedule the promotion and ordering of your collections to the home hub