Skip to content

Commit

Permalink
cosmetic #3437
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Jan 9, 2024
1 parent b8a79a1 commit 4b6fb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/api/Index.java
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public Response indexDatasetByPersistentId(@QueryParam("persistentId") String pe
* clear the entry from Solr regardless.
*/
@DELETE
@Path("datasets/clear/{id}")
@Path("datasets/{id}/clear")
public Response clearDatasetFromIndex(@PathParam("id") Long id) {
Dataset dataset = datasetService.find(id);
// We'll attempt to delete the Solr document regardless of whether the
Expand Down

0 comments on commit 4b6fb50

Please sign in to comment.