-
Notifications
You must be signed in to change notification settings - Fork 3
Open

Description
List all records awaiting approval
$ curl -i -H "Accpet: application/json" "https://zenodo.org/api/records/?q=provisional_communities:<community_id>"
Accept/reject a record:
$ curl -i -X POST -H "Content-Type: application/json" --data '{"action": "accept", "recid": "..."}' "https://zenodo.org/communities/<community_id>/curate/"
Be authenticated as normal
$ curl -H "Authorization: Bearer <token>" ....
Decisions for o2r
Also add new api endpoint for communites?
requesting the list of records that await approval could return something like this:
record 235709
record 235809
record 235909
...
We need to identify our own ERC by inspecting comparing the response to the lists of shipments.
Metadata
Metadata
Assignees
Labels
No labels