Open nichtich opened 1 year ago
Two methods (disabled by default) to modify subject indexing of a record.
updateRecord
Endpoint URL could be same endpoint as HTTP GET /api/?record=${record}
/api/?record=${record}
Update endpoints should be restricted in the same way as JSKOS Server (see https://github.com/gbv/jskos-server#authentication) with a list of whitelisted identities.
identities
Updates via these endpoints differ from updates via import script (#27) by import format: import scripts use internal format of backends (TSV or NTriples) , update endpoints use JSKOS Occurrences.
First step to do so: #43 (probably PUT instead of POST)
Two methods (disabled by default) to modify subject indexing of a record.
updateRecord
)Endpoint URL could be same endpoint as HTTP GET
/api/?record=${record}
Update endpoints should be restricted in the same way as JSKOS Server (see https://github.com/gbv/jskos-server#authentication) with a list of whitelisted
identities
.Updates via these endpoints differ from updates via import script (#27) by import format: import scripts use internal format of backends (TSV or NTriples) , update endpoints use JSKOS Occurrences.