docs(bruno): update API test files for media terminology
- Rename ebook_id environment variable to media_item_id - Update scanner endpoint example paths and documentation - Update library endpoint documentation - Keep library type 'ebooks' where appropriate (valid type value)
This commit is contained in:
@@ -17,7 +17,7 @@ settings {
|
||||
|
||||
body:json {
|
||||
{
|
||||
"folder_paths": ["/path/to/ebooks"]
|
||||
"folder_paths": ["/path/to/media"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ docs {
|
||||
|
||||
**How it works:**
|
||||
- Monitors all folders configured for the library
|
||||
- Automatically detects new ebook files (CREATE events)
|
||||
- Automatically detects new media files (CREATE events)
|
||||
- Detects modifications to existing files (WRITE events)
|
||||
- Processes new files within milliseconds of detection
|
||||
- Automatically watches new subdirectories as they're created
|
||||
|
||||
Reference in New Issue
Block a user