post
https://localhost:44395/api/admin/setup/create-db-tables
Behavior: Ensures all required database tables exist by creating any that are missing. This is an idempotent operation and can be safely called multiple times.
Authorization: Requires an authenticated user via the class-level [Authorize] attribute.
Side Effects: Creates database tables that do not already exist. Existing tables are not modified.
Error Scenarios: Returns 400 if the database setup fails due to connectivity or permission issues.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Database tables were successfully created or already exist.
401Unauthorized. The caller must provide a valid Bearer token.
