post
https://localhost:44395/api/admin/setup/create-default-savedsearches
Behavior: Ensures that all default saved searches exist in the system. This is an idempotent operation; existing saved searches are not duplicated or modified.
Authorization: Requires an authenticated user via the class-level [Authorize] attribute.
Side Effects: Creates default saved search records in the database if they do not already exist.
Error Scenarios: Returns 400 if the saved search creation fails.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Default saved searches were successfully created or already exist.
401Unauthorized. The caller must provide a valid Bearer token.
