Run manual testing helpers
GET/manualtest
Invokes manual test helpers used by developers and automated manual test scenarios.
This endpoint is only registered when ServiceSettings.EnableTesting is enabled.
Permissions
None. Authentication is not required; this route uses the same handler stack as other unauthenticated API handlers (APIHandler).
Security note: Only enable EnableTesting on non-production, developer-oriented deployments.
Request
Responses
- 307
- 400
- 500
Manual test setup completed and redirected to the default channel.
Invalid or missing parameters in URL or request body
Something went wrong with the server