info: name: AddComicLibraryFolder type: http seq: 6 http: method: POST url: "{{base_url}}/api/libraries/{{comic_library_id}}/folders" body: type: json data: |- { "folder_path": "{{library_folder}}/Comics" } 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}