info: name: AddMangaLibraryFolder type: http seq: 7 http: method: POST url: "{{base_url}}/api/libraries/{{manga_library_id}}/folders" body: type: json data: |- { "folder_path": "{{library_folder}}/Manga" } auth: inherit settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5 docs: |- ## Add Library Folder Adds a new folder path to a library for media scanning and indexing. **Method:** POST **Endpoint:** /api/libraries/{id}