Database Migrations
Manual control over database schema and seeding.
- GET
/api/admin/Migration/run: Execute pending migrations. - GET
/api/admin/Migration/seed-all: Run all data seeders. - POST
/api/admin/Migration/seed-dynamic: Run specific dynamic seeders. - GET
/api/admin/Migration/clearcache: Reset system cache.
Responses
- 200 OK
- 401 Unauthorized
- 500 Server Error
Description: Success.
Description: Authentication failed.
Description: Internal server error.
Feature Requests & Feedback
- POST
/api/FeatureRequest: Submit a new feature request. - GET
/api/FeatureRequest/GetFeatureRequest: Retrieve submitted requests.
Responses
- 200 OK
- 500 Server Error
Description: Success.
Description: Internal server error.
Automation Workflows
- GET
/trigger-workflow: Manually trigger an automation workflow.
Responses
- 200 OK
- 500 Server Error
Description: Success.
Description: Internal server error.