From b6e3a0bd8ab695d7a77f95e299bb4b46282a7b6b Mon Sep 17 00:00:00 2001 From: Swapnil Date: Wed, 8 May 2024 00:34:18 +0530 Subject: [PATCH] test - get devices --- collection/plugins/modules/folder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection/plugins/modules/folder.py b/collection/plugins/modules/folder.py index 1b0694e..283707d 100644 --- a/collection/plugins/modules/folder.py +++ b/collection/plugins/modules/folder.py @@ -191,7 +191,7 @@ def run_module(): ) module2 = SyncthingModule( - api_url='/rest/config/folders', + api_url='/rest/config/devices', argument_spec=module_args )