gbv / subjects-api

JSKOS Concept Occurrences Provider implementation
https://coli-conc.gbv.de/subjects/
MIT License
0 stars 0 forks source link

Add PUT /subjects endpoint #43

Open nichtich opened 1 year ago

nichtich commented 1 year ago

Modify the subjects a record is indexed with

PUT /subjects

With same parameters as GET /subjects (#41) to change the subjects of a document with known PPN (if backend allows this)

Will like require authentification but simple authentification with fixed token/password may be enough for the first implementation.