Skip to content

Commit

Permalink
[TLC-674] Update API path in duplicates.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kshepherd committed Mar 3, 2024
1 parent 7faad23 commit e4cc4eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion duplicates.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ to detect potential duplicates of a given item, useful during submission and wor

See `dspace/config/modules/duplicate-detection.cfg` for configuration properties and examples.

## Single duplicate

Not implemented. (a duplicate only makes sense in the context of a search by item)

## All duplicates

Not implemented. (a duplicate only makes sense in the context of a search by item)

## Search

**GET /api/submission/duplicates/search?uuid=<:uuid>**
**GET /api/submission/duplicates/search/findByItem?uuid=<:uuid>**

Provides a list of items that may be duplicates, if this feature is enabled, given the uuid as a parameter.

Expand Down

0 comments on commit e4cc4eb

Please sign in to comment.