2025-03-31, 09:32 PM
The API documentation is a good place to start for this type of question 
https://api.jellyfin.org/#tag/Library/op...datedMedia
Here's an example cURL query to update a specific library path:

https://api.jellyfin.org/#tag/Library/op...datedMedia
Here's an example cURL query to update a specific library path:
curl -H "X-MediaBrowser-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Content-Type: application/json" -d '{"Updates": [{"Path":"/path/to/folder/","UpdateType":"scan"}]}' https://jellyfin.example.com/Library/Media/Updated