@@ -27,7 +27,69 @@ foreach ($response->json() as $device) {
27
27
}
28
28
```
29
29
30
- TODO: Add more usage instructions for other endpoints...
30
+ ## List of available API methods
31
+
32
+ - System
33
+ - Get list of directories
34
+ - Get devices info
35
+ - Get|Update debug facilities
36
+ - Get local discovery cache
37
+ - Get|Create|Delete recent errors
38
+ - Get paths
39
+ - Pause|Resume syncing
40
+ - Ping
41
+ - Erase index
42
+ - Get system version|status|log
43
+ - Check upgrade possibility
44
+ - Upgrade
45
+ - Restart|Shutdown
46
+ - Config
47
+ - Get|Update full config
48
+ - Check if restart is required
49
+ - Get all folders (or devices)
50
+ - Create|Get|Update|Delete folder or device
51
+ - Get|Replace default folder (or device) configuration
52
+ - Get|Replace default ignore patterns
53
+ - Get|Update config options
54
+ - Get|Update ldap config
55
+ - Get|Update gui config
56
+ - Cluster
57
+ - List|Remove records about remote pending folder (or device)
58
+ - Folder
59
+ - Get folder errors
60
+ - Get|Restore files versions
61
+ - Database
62
+ - Get directory tree
63
+ - Get completion percentage
64
+ - Get file info
65
+ - Get|Update folder ignores
66
+ - Get local changed files
67
+ - Get needed files
68
+ - Override remote folder
69
+ - Force file download priority
70
+ - Get remote needed files
71
+ - Revert local changes
72
+ - Rescan
73
+ - Get folder status
74
+ - Events
75
+ - Get events
76
+ - Get disk events
77
+ - Statistics
78
+ - Get devices|folders statistics
79
+ - Misc
80
+ - Get formatted device ID
81
+ - Get canonical language code
82
+ - Get random string
83
+ - Get usage report data
84
+ - Debug
85
+ - Get completion summary
86
+ - Get http metrics
87
+ - Get CPU profile
88
+ - Get heap memory profile
89
+ - Collect debug info
90
+ - Get debug info about file
91
+ - No auth
92
+ - Get health status
31
93
32
94
## License
33
95
0 commit comments