post
https://localhost:44395/api/admin/search/rebuild-index/
Behavior: Triggers a full or partial rebuild of the search index depending on the type parameter.
Supported types: $ALL$ (rebuild from all sources), $ALL_CLEAR$ (clear index then rebuild),
$MONGO$ (rebuild from MongoDB source only), $DYNAMO$ (rebuild from DynamoDB source only).
Authorization: Requires a valid Bearer token.
Side Effects: Triggers a potentially long-running reindex operation. During a $ALL_CLEAR$ rebuild, search results may be temporarily unavailable.
Error Scenarios: Returns 400 if the type parameter is null.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The reindex operation completed successfully.
