post
https://localhost:44395/api/recommendation/index-content
Behavior: Triggers a full indexing of all media content into the recommendation engine, making it available for personalized recommendations.
Authorization: Requires an authenticated user (method-level [Authorize]).
Side Effects: All media content is indexed or re-indexed in the recommendation engine. This may be a long-running operation.
Error Scenarios: Returns 401 if the user is not authenticated. Returns 400 if the request is invalid. Returns 500 if the indexing process fails.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The content was successfully indexed.
204No content to index.
500An unknown error occurred during indexing.
