Rebuilds the search index records for shares.

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Optional ShareId. If missing, all shares are rebuilt.

Query Params
boolean
Defaults to true

Whether to exclude expired shares from the rebuild. Defaults to true.

Responses
200

Share index records rebuilt successfully.

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json