post
https://localhost:44395/api/admin/system/rebuild-share/
Behavior: Rebuilds the search index for a specific share (if shareId is provided) or all shares. Expired shares can be optionally excluded from the rebuild.
Authorization: Requires an authenticated user via the [Authorize] attribute.
Side Effects: Modifies search index records for the affected shares. May be a long-running operation when rebuilding all shares.
Error Scenarios: Returns 400 if an error occurs during the rebuild process.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Share index records rebuilt successfully.
401Unauthorized. The caller must provide a valid Bearer token.
