Scripts API
dieslnikolas opened this issue · 0 comments
dieslnikolas commented
- GET /Scripts - List of Global commands
- GET /Scripts/{ID_Module}- List of Module commands
- GET /Script/{ID}- Command detail
- POST /Script - insert (ID_Command nullable)
- PATCH /Script/{ID} - edit
- DELETE /Script/{ID}** - deleting
- GET /Script/Run - Run script