bmc_hub/app/modules/solution/module.json
Christian 29acdf3e01 Add tests for new SAG module endpoints and module deactivation
- Implement test script for new SAG module endpoints BE-003 (Tag State Management) and BE-004 (Bulk Operations).
- Create test cases for creating, updating, and bulk operations on cases and tags.
- Add a test for module deactivation to ensure data integrity is maintained.
- Include setup and teardown for tests to clear database state before and after each test.
2026-01-31 23:16:24 +01:00

19 lines
341 B
JSON

{
"name": "solution",
"version": "1.0.0",
"description": "Løsning",
"author": "BMC Networks",
"enabled": false,
"dependencies": [],
"table_prefix": "solution_",
"api_prefix": "/api/v1/solution",
"tags": [
"Solution"
],
"config": {
"safety_switches": {
"read_only": true,
"dry_run": true
}
}
}