Materials-Data-Science-and-Informatics / iridium

Python library for convenient access to Invenio RDM through its public REST API.
MIT License
2 stars 2 forks source link

Wrong documentation for delete method? #6

Open chriz-uniba opened 2 years ago

chriz-uniba commented 2 years ago

https://github.com/Materials-Data-Science-and-Informatics/iridium/blob/4d357dc9d61aebfedd3c3e6a6b6451798c2c7122/iridium/inveniordm/__init__.py#L223-L242

In line 236 I would expect some 'delete' information. Something like "Delete information about access link for record."?

chriz-uniba commented 2 years ago

Oh I just found some (for me) new documentation. So maybe also the link is wrong?

Could it be this one: https://inveniordm.docs.cern.ch/reference/rest_api_drafts_records/#delete-an-access-link

apirogov commented 2 years ago

yup, looks like a copy-paste error.